/README

http://django-jchat.googlecode.com/ · #! · 16 lines · 14 code · 2 blank · 0 comment · 0 complexity · 9ffbe344a8984162431f6192a1e6650e MD5 · raw file

  1. Notes on how to deploy this demo
  2. ================================
  3. Hi, you are about to test this demo project for the django-jchat application I developed for the
  4. django web framework (www.djangoproject.com). This is merely an example project made for you to
  5. see the app in action and see some of the possibilities it provides.
  6. Installing
  7. ==========
  8. Just unpack this somewhere, run the "manage.py syncdb" command (you'll need to add a super user
  9. when prompted, for you will be logged in with that user when testing the app automatically).
  10. Then run the "manage.py runserver" command and point your browser to the app, and test away!
  11. By the way: the project uses fixtures to load initial data for the demos.
  12. More info
  13. =========
  14. http://code.google.com/p/django-jchat/