An open API service indexing awesome lists of open source software.

https://github.com/andrewpetrochenkov/django-manage.py

standalone global manage.py
https://github.com/andrewpetrochenkov/django-manage.py

cli django python

Last synced: 4 months ago
JSON representation

standalone global manage.py

Awesome Lists containing this project

README

          

[![](https://img.shields.io/badge/OS-Unix-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/v/django-manage.svg?maxAge=3600)](https://pypi.org/project/django-manage/)
[![](https://img.shields.io/npm/v/django-manage.svg?maxAge=3600)](https://www.npmjs.com/package/django-manage)[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/django-manage.py/workflows/tests42/badge.svg)](https://github.com/andrewp-as-is/django-manage.py/actions)

### Installation
```bash
$ [sudo] pip install django-manage
```

```bash
$ [sudo] npm i -g django-manage
```

#### Examples
```bash
$ export DJANGO_SETTINGS_MODULE=""
$ manage.py
$ python -m django_manage
```


readme42.com