Skip to content

Integrated ground control application for multiple projects, using Django & Channels

Notifications You must be signed in to change notification settings

legokor/UniversalGnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and usage

  • Install Docker (required for the Redis backend)
  • Install Python 3+
  • pip install -r requirements.txt
  • python manage.py makemigrations tracker
  • python manage.py migrate

Running the app

The WebSocket implementation requires a Redis instance, this is easiest to satisfy with the redis Docker image.

  • docker run -p 6379:6379 -d redis:latest

The site can be launched with python manage.py runserver. Alternatively, if you want to tinker with the models, you can use python manage.py shell.

Resetting the database and migrations

  • Delete the tracker/migrations folder and db.sqlite3
  • Run migrations again (the two commands in the installation section)

About

Integrated ground control application for multiple projects, using Django & Channels

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published