Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 477 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 477 Bytes

django-blog-example

Django basic blog example.

###How it works? run: python manage.py runserver and go to localhost:8000

To use with the database included: user: daiech pass: 1

If you want to change the data base you should modify the DATABASES var in the settings file and run

python manage.py syncdb
python manage.py runserver

Enjoy it!

Developed by @MaoAiz - Daiech