Skip to content

z1digitalstudio/djangoautoapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUTO Api

Automatic API REST creation

Installation

Install using pip...

pip install djangoautoapi

Please, note that you also need to have djangorestframework on your project.

Add 'autoapi' to your INSTALLED_APPS setting.

INSTALLED_APPS = (
    ...
    'autoapi',
)

Add a route to your auto-generated API.

urlpatterns = [
    ...
    path('api/', include('autoapi.urls')),
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages