Skip to content

Web site for blog post built with python, MySQL database and Django Frame work, user can post and edit their post about their life, experience or theories.

Notifications You must be signed in to change notification settings

Ifeanyijasper/blog_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog_project

Web site for blog post built with python, MySQL database and Django Frame work, user can post and edit their post about their life, experience or theories.

#setup

  $git clone https://github.com/Ifeanyijasper/blog_project.git
  $python -m venv venv #for Windows, fedora and arch based systems
  $source venv/bin/activate
  $pip install -r requirements.txt
  $python3 manage.py makemigrations
  $python3 manage.py migrate
  $python3 manage.py runserver

This will install every dependeices and run the program

About

Web site for blog post built with python, MySQL database and Django Frame work, user can post and edit their post about their life, experience or theories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published