Skip to content

Aerin2805/SHAKti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python installed (version x.x.x)
  • Django installed (version x.x.x)
  • Git installed
  • ...

Setup

1. Clone the repository

git clone https://github.com/Aerin2805/SHAKti.git
cd your-repo

2. Create a virtual environment

python -m venv venv

3. Activate the virtual environment

On Windows:

venv\Scripts\activate

4. Install dependencies

pip install -r requirements.txt

6. Apply database migrations

python manage.py migrate

7. Create a superuser (optional)

python manage.py createsuperuser

8. Run the development server

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published