insight-workshop-commons 0.13

Creator: rpa-with-ash

Last updated:

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.