Skip to content

zawmyolatt/wisdompets

Repository files navigation

Django Application for Pets

Setup

  • Install Python3 and Virtual Env in your Machine

Installation

  • Download Pets App
git clone https://github.com/zawmyolatt/wisdompets
cd wisdompets/
  • Install latest django and it's requirement
pip3 install --no-cache-dir -r ./requirements.txt
  • Migrating data
cd wisdompets/ #no need to run if already in this folder
python3 manage.py migrate
python3 manage.py createsuperuser #create user super for you login

Todo

  • Unit Testing
  • CI/CD Setup

License

This Pets App is open-sourced software licensed under the MIT license.

About

Django Crud Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published