Skip to content

wasi-m/Django_First_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blog

Simple Django 2.1 Blog Implementation

Setup

  • Create a virtual environment
  • Activate the environment
  • Pull the code
  • Install the required packages

    pip install -r requirements.txt

  • Setup PostgreSQL db and update db details to the setting.py file(change to any other db as per preference
  • python manage.py makemigrations polls
  • python manage.py migrate
  • python manage.py runserver

If you wish to access the admin panel

  • Create a superuser

    python manage.py createsuperuser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published