Skip to content

arislanIOT/djcheckup.com

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DJ Checkup

Intro

Source code for the DJ Checkup website

Set up

  • Clone the repository
  • Create the virtual environment
  • Pip install the requirements
  • Create the .env file from the env.template
  • Run the migrations
python manage.py migrate
  • If creating a new database, create the super user
python manage.py createsuperuser
  • Create the staticfiles folder
mkdir staticfiles
  • Run the Collectstatic command
python manage.py collectstatic
  • Run the server
python manage.py runserver

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.8%
  • Python 30.2%
  • CSS 3.7%
  • JavaScript 3.3%