Skip to content

Django project template with separation architecture for business logic, makefile for running scripts and pytest integration.

Notifications You must be signed in to change notification settings

pedroKpaxo/DjangoRestTemplate_KPX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoTemplate

A simple Django Template, with organized architecture, that comes with support for REST API, with the Django Rest Framework.

This project aims to serve as a starting point for other projects.

Table Of Contents

Install

You can clone this repository and setup a virtual enviroment with:

make setup_venv

Or you can intall the requiremnts in a common way, running:

make setup_common

Usage

This is a simple template for a Django app, with an organized architecture.

The apps, will be installed in the apps folder, with the command:

make startapp appname

To run the app:

make up

Links

Useful links for the usage of the project.

About

Django project template with separation architecture for business logic, makefile for running scripts and pytest integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published