sajeeshen / calcapi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calcapi

Installation

Clone the git and go the the app folder and run the following command

docker-compose build 

Then run makemigrations

docker-compose run app sh -c "python manage.py makemigrations"

Then migrate

docker-compose run app sh -c "python manage.py migrate"

Create Super Admin

docker-compose run app sh -c "python manage.py createsuperuser "

Then run

docker-compose up

About

License:MIT License


Languages

Language:Python 98.9%Language:Dockerfile 1.1%