Skip to content

p-r-i-t-h-v-i/Django-wisdomDogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wisdomdogs 🐶 Django-webapp

A simple webapp created using django3 for dogs. 😃

Django version 🐍

Django3.2.4

To try / run 🤸🏻‍♂️

git clone https://github.com/Kshatriyaprithviraj/Django-webapp.git
pipenv shell
cd wisdompets
python manage.py runserver

Note 📔

In case, there's an error with the sqlite3 database; just delete the db.sqlite3 database file and from wisdompets folder, run :

python manage.py migrate
python manage.py load_pet_data
python manage.py runserver

Cheers! 🥂