Skip to main content

Python Django RestFul Admin

Project description


# Expose Django's admin as a RESTFUL service

- Support all of restful api
- Auto generat serializers
- Use [Django Rest Framework](http://www.django-rest-framework.org/)
- Fully customization support

## How To Install

pip install django-restful-admin

add to `INSTALED_APPS`

INSTALLED_APPS = [
...
'rest_framework',
'django_restful_admin',
...
]

## How To use
you need only add the bellow code to `admin.py` in your apps

from django_restful_admin import site
from yourapp.models improt FisrtModel, ScoundModel

site.register(FisrtModel)
site.register(ScoundModel)

add url to your project `urls.py`

from django_restful_admin import site

urlpatterns = [
...
path('apiadmin/', admin.site.urls),
...
]

Run project and open url `http://your-ip:port/apiadmin/`

enjoy!

# Customization
add more documentation about customization very soon ....

# Contribute
if you think you can help me please let's start.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-restful-admin-1.0.0.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file django-restful-admin-1.0.0.tar.gz.

File metadata

File hashes

Hashes for django-restful-admin-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e2fb6077461fcbcd55362570e66bf3621fd6ea0b24781484624a2602d01e658b
MD5 175cb94385dad5667de6d17d889cd0b8
BLAKE2b-256 32c4c6c6c94aea71e6594228767345a4ecc5a2666966dc02a148de06101bccae

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page