This repository has been archived by the owner on Jul 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Demo Files for ChicagoDjango blog post
imagescape/chicagodjango-demo1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NOTE This is just a demo application for the purpose of demonstrating some of Django's Admin customzations. Please see http://www.chicagodjango.com/blog/ for the associated article. SETUP 0) If you don't have it installed already, please install the python-virtualenv package. In Ubuntu, execute the following on a command prompt: aptitude install python-virtualenv 1) Create and activate a new virtualenv mkdir chidjango1 cd chidjango1 virtualenv --no-site-packages . . ./bin/activate 2) Install the requirements pip install django==1.3 3) "Git" the demo Django application git clone git://github.com/imagescape/chicagodjango-demo1.git demo1 4) Sync the database for the demo app. Create an admin user/password when prompted. cd demo1/main/ ./manage.py syncdb 5) Run the application server ./manage runserver 6) In a web browser, visit: http://localhost:8000/admin/
About
Demo Files for ChicagoDjango blog post
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published