/gis-5-server

Server to record GIS 5 AI tutorials

Primary LanguagePython

GIS 5 AI Course - Server

Useful commands

Run the server on a specific IP:PORT

python manage.py runserver IP:PORT

Run migration against the database

python3 manage.py migrate

And create them from models

python3 manage.py makemigrations

Create the superuser

python3 manage.py createsuperuser