yashrajkakkad / django-blog

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 69.4%Language:HTML 24.5%Language:CSS 6.1%