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
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/django-command-admin.py
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2021-06-09T21:09:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T13:17:50.000Z (over 1 year ago)
- Last Synced: 2025-04-06T11:47:26.662Z (2 months ago)
- Topics: django
- Language: Python
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```