Skip to content

Commandline tool to manage django instances with nginx and uwsgi-emperor (alpha)

Notifications You must be signed in to change notification settings

basxsoftwareassociation/django-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

NOT PRODUCTION READY, USE ON YOUR OWN RISK!

Django Manager

This is a small commandline tool which allows to manage django apps. The tool requires the following deployment:

  • nginx as webserver
  • uwsgi as application gateway
  • sqlite database (optional TODO: allow postgres)
  • python 3.7 or higher

Install

pip install git+https://github.com/basxsoftwareassociation/django-manager/

Use

Just run `django-manager` to see the help

About

Commandline tool to manage django instances with nginx and uwsgi-emperor (alpha)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages