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

https://github.com/andrewpetrochenkov/django-command-admin.py

run Django management commands from the Django admin interface
https://github.com/andrewpetrochenkov/django-command-admin.py

django

Last synced: about 2 months ago
JSON representation

run Django management commands from the Django admin interface

Awesome Lists containing this project

README

        

### Installation
```bash
$ pip install django-command-admin
```

#### `settings.py`
```python
INSTALLED_APPS+=['django_command_admin']
```

#### `migrate`
```bash
$ python manage.py migrate
```