Last updated:
0 purchases
insightworkshopcommons 0.13
Commons is a Django app that includes commonly used
serializer, models, pagination and mixins while developing an
API with DjangoRestFramework .
Quick start
Add “commons” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
…
‘commons’,
]
Include the polls URLconf in your project urls.py like this:
path(‘commons/’, include(‘commons.urls’)),
Run python manage.py migrate to create the polls models.
Start the development server
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.