Skip to content

This is a boilerplate for Django, Docker, AWS, Graphql.

Notifications You must be signed in to change notification settings

RadySonabu/DAG-BOILERPLATE

Repository files navigation

DOCKER-DJANGO-AWS-GRAPHQL-BOILERPLATE

A Django boilerplate to make the process of creating serializers, views, and urls EASIER.

Getting Started

Prerequisites

What things you need to install the software and how to install them

  1. Git
  2. Python

CLONING

   git clone https://github.com/RadySonabu/DAG-BOILERPLATE

CREATING AN APP

  1. Create a folder inside of APPS
  2. Instead of using
   python manage.py startapp <name_of_you_app>

Use

   python manage.py startapp apps apps/<name_of_you_app>
  1. Add it to the settings.py (config/base)

After creating a model run

   python manage.py viewset <name_of_your_app>

to generate serializers, viewsets, and urls

Add the urls to the main.urls

About

This is a boilerplate for Django, Docker, AWS, Graphql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages