Skip to content

unweb/simple-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

First, create a virtual environment and install django:

$ virtualenv --python=python2.6 --no-site-packages ./django-test
$ cd django-test
$ ./bin/pip install django

Then get the code:

$ git clone http://[email protected]/unweb/simple-archive.git simple-archive/

Finally, populate the database and run the app:

$ cd simple-archive
$ ../bin/python manage.py syncdb
$ ../bin/python manage.py loaddata fixtures
$ ../bin/python manage.py runserver

About

a simple example of a monthly archive in Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages