Skip to content

curious22/django-rest-api-example

Repository files navigation

django_rest_api_example

Simple djando REST API example

Project requirements:

  • Django >= 4.2
  • django-rest-framework >= 3.14.0

Dev setup:

Create configs/settings.py file with following content:

from default_settings import *

SECRET_KEY = "some-long-key"  # key can be generated here https://djecrety.ir/
DEBUG = True
  • Apply migrations: python manage.py migrate
  • Run tests: make tests
  • Start: make runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •