The propose of project is to learn about framework and make a functional blog (for anything) where contents will separate by categories.
- Python version 3.5.2
- Django Framework version 1.10.4
- SQLite
- MaterializeCSS
-
Install Python 3.x and Django Framework
-
Clone project
git clone https://github.com/moisesbsfilho/blog.git
- Run migrate (on project directory)
python manage.py migrate
- Generate admin superuser
python manage.py createsuperuser
- Run server
python manage.py runserver
- Open your browser: http://127.0.0.1/sensitive