/DjangoDB

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Asset Database With Django REST

This is a simple asset database using Django REST framework.

Setup

python -m venv venv
source venv/bin/activate
pip install -r requirements-dev.txt -r requirements.txt