Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 813 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 813 Bytes

Animal Shelter, django project

The Animal Shelter application.
Displaying information about animals and help manage orders for animals daily feed rations.

How it looks:

How it looks

Download

To begin using this application use link below to get started.

Download animal_shelter

Development setup

  • install Python 3.7.2
  • Create Virtual Environment
    python3 -m venv env
  • Install dependencies
    pip install -r requirements.txt

Usage

  • python manage.py runserver

To create an admin account:

  • python manage.py createsuperuser

Info

HTML files are inspired by Corey Schafer's tutorial on YouTube channel.