Giter Club home page Giter Club logo

quda's Introduction

QUDA PROJECT / DOCKER EDITION

Build Status https://img.shields.io/badge/cookiecutter-Join%20on%20Slack-green?style=flat&logo=slack Code style: black

Features

  • For Django 3.0
  • For Quasar.dev 2.0
  • Works with Python 3.8
  • Renders Django projects with 100% starting test coverage
  • 12-Factor based settings via django-environ
  • Secure by default. We believe in SSL.
  • Optimized development and production settings
  • Docker support using docker-compose for development and production (using Traefik with LetsEncrypt support)
  • Customizable SQLite, RedisDB & MongoDB version
  • Comes with custom user model ready to go
  • Optional basic ASGI setup for Websockets
  • Run tests with unittest or pytest

Integrations

These features can be enabled during initial project setup.

  • Configuration for Celery and Flower (the latter in Docker setup only)
  • Integration with Sentry for error logging

Prerequisites

Run the Stack

This brings up both Django and PostgreSQL. The first time it is run it might take a while to get started, but subsequent runs will occur quickly.

Open a terminal at the project root and run the following for local development:

$ docker-compose -f local.yml up

Run on

http://localhost:8081

Execute Management Commands

As with any shell command that we wish to run in our container, this is done using the docker-compose -f local.yml run --rm command:

$ docker-compose -f local.yml run --rm django python manage.py migrate
$ docker-compose -f local.yml run --rm django python manage.py createsuperuser

Here, django is the target service we are executing the commands against.

Execute PORTAINER.io

Run on

http://localhost:9000

quda's People

Contributors

gcastellan0s avatar

Watchers

James Cloos avatar

Forkers

othon99

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.