A Renter(ভারাটিয়া) management system(RMS) for creating billing & stroing informations like CRM(Customer Relation Management) . This Server will serve the basic api requrest for client request.
python3 -m venv env
source env/bin/activate
# On Windows useenv\Scripts\activate
pip install -r requirements.txt
pip freeze > requirements.txt
- Open Terminal
- Go to project directory
- Type
python manage.py migrate
-
Open Terminal
-
Go to project directory
-
Create Super User
- Type
python manage.py createsuperuser
- Type
-
Type
python manage.py runserver