Skip to content

This Django REST Framework project creates a country data API. It supports CRUD operations and includes initial data. It leverages Django's migrations, serializers, and ModelViewSet for efficient API management.

License

Notifications You must be signed in to change notification settings

giorgitchanturidze/django-collection-of-countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-collection-of-countries

Requirements

asgiref==3.7.2

Django==4.2.3

djangorestframework==3.14.0

pytz==2023.3

sqlparse==0.4.4

typing_extensions==4.7.1

Run the following command in the root countryapi directoryto start the Django development server:

python manage.py runserver

About

This Django REST Framework project creates a country data API. It supports CRUD operations and includes initial data. It leverages Django's migrations, serializers, and ModelViewSet for efficient API management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages