Skip to content

asaiah4812/upadated-narrative-blog

Repository files navigation

Dreamer Article Website

A Article website with a richtext editor

How to Setup

  1. Clone Project
git clone https://github.com/asaiah4812
  1. Go To Project Directory
cd inventory-management
  1. Create Virtual Environment
python3 -m venv venv
  1. Active Virtual Environment
source venv/bin/activate
  1. Install Requirements File
pip install -r requirements.txt
  1. Migrate Database
python manage.py migrate
  1. Create Super User
python manage.py createsuperuser
  1. Run Project
python manage.py runserver

Releases

No releases published

Packages

No packages published