Skip to content

samcc1/journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

journal

Sample web app for learning django

To setup this django project on your machine, do the following:

  1. install virtualenv (http://www.virtualenv.org)
  2. mkdir journal
  3. cd journal
  4. virtualenv env (this creates a virtual python environment called 'env' in the current directory)
  5. source env/bin/activate (this activates the new virtual environment. you should see '(env)' prepended to your PS1)
  6. git clone https://github.com/samcc1/journal.git
  7. cd journal
  8. pip install -r requirements.txt
  9. python manage.py syncdb
  10. python manage.py collectstatic
  11. python manage.py runserver
  12. go to http://localhost:8000 to verify that the test server is working

About

Sample web app for learning django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published