Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 342 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 342 Bytes

Tagger News

git clone http://github.com/danrobinson/taggernews.git
cd taggernews
mkvirtualenv taggernews
pip install -r requirements.txt
cd taggernews
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
open http://localhost:8000

For the admin interface:

open http://localhost:8000/admin