django-wisdom-pets 0.1

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangowisdompets 0.1

Adoptions is a django app to manage pet adoptions.
For now, you can view all pets and view specific pet details
Detailed documentation is in the docs directory

Quick start

Add “adoptions” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'adoptions',
]

Include the adoptions URLconf in your project urls.py like this:
path('adoptions/', include('adoptions.urls')),

Run python manage.py migrate to create the adoptions models.
Start the development server and visit http://127.0.0.1:8000/adoptions/
to view adoptions.

License

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

Customer Reviews

There are no reviews.