Skip to content

Instantly share code, notes, and snippets.

@saippuakauppias
Created February 3, 2013 17:56
Show Gist options
  • Save saippuakauppias/4702827 to your computer and use it in GitHub Desktop.
Save saippuakauppias/4702827 to your computer and use it in GitHub Desktop.
$ mktmpenv && pip install Django==1.4.3 Lemon==0.7.3 South==0.7.6 lemon-dashboard==0.1 && git clone git://github.com/trilan/lemon.git && cd lemon/ && git checkout 0.7.3 && cd test_project && echo "INSTALLED_APPS = ['dashboard'] + list(INSTALLED_APPS)" >> project/settings.py && echo "DASHBOARD_CONFIG = {'STATE': (('dashboard.appswidget',), ('dashboard.logwidget',),),}" >> project/settings.py && python manage.py syncdb --migrate && python manage.py runserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment