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

0djentd/alprou-backend

Repository files navigation

Django CI

Alprou (backend)

screenshot

Description

Backend server for Alprou.

Installation

git clone https://github.com/0djentd/alprou_backend.git
cd alprou_backend
git pull --recurse-submodules
pipenv install

Then create files named django_key and db_config.py.

pipenv shell
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver