henyxia / gis-5-server

Server to record GIS 5 AI tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Server to record GIS 5 AI tutorials


Languages

Language:Python 89.9%Language:HTML 9.6%Language:CSS 0.5%