Skip to content

Simple 'Blog' application created using the powerful Django framework, Python language.

Notifications You must be signed in to change notification settings

yashrajkakkad/django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Django Blog Application

Blog application created as a part of Django Girls Tutorial. Uses SQLite as database.

This is where I began learning Django. If you're looking forward to learn this powerful framework, this tutorial is perhaps the go-to place.

Instructions

  • Install the required packages. You'll ideally want to do this in a virtual environment.

    pip install -r requirements.txt
  • Create a '.env' file and store a random strong 'SECRET KEY'

    SECRET_KEY='YOUR_SECRET_KEY_HERE'
    
  • Run the server

    python manage.py runserver

About

Simple 'Blog' application created using the powerful Django framework, Python language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages