Skip to main content

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

  1. Add “adoptions” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'adoptions',
    ]
  2. Include the adoptions URLconf in your project urls.py like this:

    path('adoptions/', include('adoptions.urls')),
  3. Run python manage.py migrate to create the adoptions models.

  4. Start the development server and visit http://127.0.0.1:8000/adoptions/ to view adoptions.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-wisdom-pets-0.1.tar.gz (4.2 kB view details)

Uploaded Source

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

Hashes for django-wisdom-pets-0.1.tar.gz
Algorithm Hash digest
SHA256 e69900053b8fcfec15a4f6616c5e34f97e52ff614ac26d5129292d31ddaa76df
MD5 5269efbccf8ebe8360889f864cf7f2f9
BLAKE2b-256 bf14819714d9e0d055d03b1c24f62b8ab206a2bd0fceb27497bdfe65bc530e2a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page