Skip to content

lqdoj/back-end

Repository files navigation

LQDOJ's back-end

First time clone

1. Install all requirement packages:

In Windows:

python -m pip install -r dependencies.txt

In Ubuntu:

sudo python3 -m pip install -r dependencies.txt

2. Migrate db

Run:

sudo python3 manage.py migrate

Usage

To create superuser account, run:

sudo python3 manage.py createsuperuser

To run in th development server:

sudo python3 manage.py runserver 0.0.0.0:8000

Make sure you can access the admin page at:

localhost:8000/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •