Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
/ fastdj Public archive

FASTDJ - fast django restful api app creator or scaffolder

License

Notifications You must be signed in to change notification settings

code-yeongyu/fastdj

Repository files navigation

한국어 README

  • Currently working on finish writing English README, please checkout Korean README to understand the full concept.

What is FastDJ

FastDJ is a simple script that helps you to create your restful api django backend project easily.
What you do with djangorestframework is pretty limited, therefore FastDJ offers some templates to do them quickly, and you can use them just with some modify at the settings file.
You need to use python3 or later and the django 2.0 or later to use this script.

What FastDJ offers

  • making models
  • automatically setting up virtualenv
  • automatically installing required pip modules (django, djangorestframework, django-cors-headers)
  • easier setups in settings.py ( simplify the setups about timezone, adding django_apps, restframework settings and cors-headers settings )
  • setting up serializers
  • making custom user model with templates
  • limited templates about views
  • auto url routing

So do I have to use it?

You don't have to use it if you want high-customizable features.
But you can write a restful api backend of a community service with 105 lines of settings file. Check it on the examples directory of this project.

About

FASTDJ - fast django restful api app creator or scaffolder

Resources

License

Stars

Watchers

Forks

Languages