Skip to content

basxsoftwareassociation/django-manager

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

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