Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Django & DRF Integration - App-Generator.dev DOCS

NotificationsYou must be signed in to change notification settings

app-generator/docs-django-drf

Repository files navigation

Coding sample forDjango & DRF Integration documentation page. The DRF ecosystem provides many ways to secure your API using basic authentication or tokens.Here, we will show you how to easily secure an API for a model created inDjango using Djoser.

👉 GetSupport viaemail &Discord


Build

👉 Download the code

$ git clone https://github.com/app-generator/docs-django-drf.git$cd docs-django-drf

👉 Install modules viaVENV

$ virtualenv env$source env/bin/activate$ pip install -r requirements.txt

👉 Set Up Database

$ python manage.py makemigrations$ python manage.py migrate

👉 Start the app

$ python manage.py runserver

At this point, the app runs athttp://127.0.0.1:8000/.



Django & DRF Sample - Coding sample provided byApp Generator


[8]ページ先頭

©2009-2025 Movatter.jp