Skip to content

moisesbsfilho/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sensitive Blog

The propose of project is to learn about framework and make a functional blog (for anything) where contents will separate by categories.

Project Configurations

  • Python version 3.5.2
  • Django Framework version 1.10.4
  • SQLite
  • MaterializeCSS

Configure enviroment

  • 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

About

This is a blog project developed with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published