Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Portal Radar

Development

Setup:

$ pip install -r requirements.pip
$ cd server
$ edit "./server/conf/local_settings.py" # Follow format below
DISCORD_TOKEN = "..."
CORS_ORIGIN_ALLOW_ALL = # True or False
$ python manage.py makemigrations stats
$ python manage.py migrate
$ python manage.py collectstatic

Run:

$ python manage.py runserver
$ python bot.py