Skip to content

APC-SoCIT/APC_2023_2024_T1_MadonnaWeb

 
 

Repository files navigation

Madonna's Web

Setup

Optionally but preferrably, the project is contained within a virtual environment

# cd into the repository

# Windows
python -m venv .
.\Scripts\activate

# Linux
python3 -m venv .
source ./bin/activate
  1. Install dependencies pip install -r requirements.txt

  2. Set up database python manage.py migrate

  3. Create a superuser (optional) python manage.py createsuperuser

  4. Run the server python manage.py runserver

About

Fork from KuroYamikage / MadonnaWeb as of November 23, 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 37.0%
  • CSS 27.2%
  • Python 11.9%
  • Hack 11.3%
  • HTML 10.4%
  • PowerShell 1.5%
  • Other 0.7%