Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Backend server

A template Django server.

  1. Install dependencies: poetry install if not in dev container
  2. Run: python manage.py runserver or .\dev.sh

Note this file needs to be here otherwise poetry won't recognise this as a valid project.