Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the source code for a personal blogging platform built with Python and Django web framework.

updated_demo_video.mp4

Installation

  1. Clone the repository to your System

  2. Change to the project directory

  3. Create a virtual environment and activate it(refer to this article for help: https://www.geeksforgeeks.org/clone-and-run-a-django-project-from-github/)

  4. Install the required dependencies and setup the database

    pip install -r requirements.txt
    
  5. Create a superuser account

    python manage.py createsuperuser 
    
  6. Run the development server

    python manage.py runserver 
    
  7. Access the blogging platform in your web browser at 'http://localhost:8000'

Releases

Packages

Used by

Contributors

Languages