This is a book order management system written in Django based on inzamul36’s DOMS
Note: SQL Server driver is include in this Python virtual environment
The following steps only work on Windows platform:
If you haven’t installed Virtualenv, please install it:
pip install virtualenv
Then add venv to virtual environment:
virtualenv venv
Create a superuser
.\create_superuser.ps1
Run server
.\run.ps1