Skip to content

Commit

Permalink
adapt the readme file of the django sample
Browse files Browse the repository at this point in the history
  • Loading branch information
william-os4y committed Jan 16, 2011
1 parent 185e4a2 commit c84dea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/django/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1) Create your Django project, for example: django-admin.py startproject mysite.
2) Define your Django variable, for example: export DJANGO_SETTINGS_MODULE=mysite.settings
That's it!!!!! Execute run.py and your Django application will run.
2) Execute run.py and with the appropriated parameters:
python run.py --port=8080 --settings=mysite.settings

This has been tested with Django-0.96 on a Linux system.

0 comments on commit c84dea6

Please sign in to comment.