Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

QLKCL/QLKCL_Backend

Repository files navigation

This archive has been archived. I moved it to the new repo here https://github.com/QLKCL/QLKCL_Backend

QLKCL Backend

Version info

  • Postgresql 13.3
  • Django 3.2.7
  • Python 3.9.5

Create database

or create by hand

Install Virtual environment

py -m venv venv

Activate the virtual environment

venv/Scripts/activate

Install libraries

pip install -r requirements.txt

Run development server

Make sure that virtual environment is activated, in QLKCL_Backend_Django directory:

py manage.py runserver

Backup database

py manage.py dumpdata --indent 2 > initial_database.json

Restore database

py manage.py loaddata initial_database.json

Default admin account

Go to: http://localhost:8000/admin Login with credentials

username:
password:

Authors

  1. Lê Trung Sơn
  2. Châu Thanh Tân
  3. Nguyễn Bá Tiến
  4. Trương Ngọc Minh Châu (Contribute the system in the first stage)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages