Giter Site home page Giter Site logo

django-tmpl's Introduction

djangp-tmpl

Dependency

  • python2.7/3
  • django==1.11.4

Quick start

PROJECT_NAME=project
django-admin.py startproject --template=https://github.com/jarrekk/django-tmpl/archive/master.zip --extension=example,py,ini $PROJECT_NAME
cd $PROJECT_NAME/application
cp env.example .env

Features

Extensions

  • django-extension
  • django-environ
  • django-debug-toolbar
  • django-compressor
  • django-htmlmin
  • django-allauth(Email verify/login)
  • django-anymail(MailGun) with async function

For development

  • logging
  • customized user model
  • different settings for different environment
  • different requirements for different environment
  • Postgres support for each environment
  • docker & docker-compose for development, test and production environment

Rest API

  • django-rest-framework with jwt
  • django-rest-swagger at development & test environment

Other

  • celery
  • django class based views(Generics views)
  • full user features with basic views and rest API views

django-tmpl's People

Contributors

bernardoow avatar jarrekk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

django-tmpl's Issues

Docker in development

Hi,

Is possible sharer source file with docker?

Example: When I change file in local host then docker detect change and rerun server. I need the same workflow when I run python manage.py runserver in local.

Is it necessary for APIView?

As APIView is more uncontrolled, I think APIView branch is not necessary, @Bernardoow advised Postgres is popular now. Postgres as default branch and MySQL as another branch is enough.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.