Skip to content

lasyasb/cfg25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfg25 (Team-68)

A Django-based project. Follow these steps to set it up locally.


🚀 Prerequisites

  • Python 3.x
  • Git
  • (Optional) virtualenv or venv

⚙️ Setup & Run

git clone https://github.com/lasyasb/cfg25.git
cd cfg25
python3 -m venv venv
source venv/bin/activate        # On Windows: `.\venv\Scripts\activate`
pip install -r requirements.txt
python manage.py collectstatic 
python manage.py migrate         # If migrations are needed
python manage.py runserver

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors