A Django app to manage pet adoptions.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-wisdom-pets-0.1.tar.gz
.
File metadata
- Download URL: django-wisdom-pets-0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e69900053b8fcfec15a4f6616c5e34f97e52ff614ac26d5129292d31ddaa76df |
|
MD5 | 5269efbccf8ebe8360889f864cf7f2f9 |
|
BLAKE2b-256 | bf14819714d9e0d055d03b1c24f62b8ab206a2bd0fceb27497bdfe65bc530e2a |