Skip to content

mmaslan/DjangoBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoBlog

background Blog created by using Django Framework which features tool like: creating profile, updating profile, creating post and possibility to update posts - but only by the post author. Visual aspects in CSS are based and inspired by Start Boostrap website.

Configuration

  • Navigate to the project folder and run pip3 install -r requirements.txt
  • Start application by running: $ python manage.py runserver
  • Website should be accessible at 127.0.0.1:8000
  • To create the SQL commands to reflect the changes to any tables within models.py, you create a "migration" file, which is stored in ~/migrations/, by running: $ python manage.py makemigrations
  • to apply the SQL located within migration files and alter the database, run: $ python.manage.py migrate

About

This is my individual project at Software Development Academy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors