Skip to content

Simple project with Django and API Django REST framework

License

Notifications You must be signed in to change notification settings

pavlo-mk/Pets-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your pets

Simple project with Django and API Django REST framework

Quick start

python manage.py makemigrations app
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

API URLs:

  • list/ # List objects
  • create/ # Create abject
  • edit/[pk]/ # View, Update and Delete object by pk(!)

License

This project is licensed under the BSD License - see the LICENSE file for details

About

Simple project with Django and API Django REST framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published