All Projects → wildfish → Wildfish Django Starter

wildfish / Wildfish Django Starter

Licence: other
Django 2 cookiecutter starter project template.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wildfish Django Starter

Cookiecutter Django Vue Graphql Aws
A highly opinionated Cookiecutter template that fuses together Django, Vue.js, GraphQL, and AWS into one full-stack web application.
Stars: ✭ 213 (+129.03%)
Mutual labels:  django, cookiecutter
Wagtail Pipit
Pipit is a Wagtail CMS boilerplate which aims to provide an easy and modern developer workflow with a React-rendered frontend.
Stars: ✭ 109 (+17.2%)
Mutual labels:  django, cookiecutter
Wemake Django Template
Bleeding edge django template focused on code quality and security.
Stars: ✭ 1,141 (+1126.88%)
Mutual labels:  django, cookiecutter
Sugardough
A web application template based on Django.
Stars: ✭ 173 (+86.02%)
Mutual labels:  django, cookiecutter
Cookiecutter Django Vue
Cookiecutter Django Vue is a template for Django-Vue projects.
Stars: ✭ 462 (+396.77%)
Mutual labels:  django, cookiecutter
Django Places
A django app for store places with autocomplete
Stars: ✭ 55 (-40.86%)
Mutual labels:  django, cookiecutter
Django Project Template
Thorgate's Django project template - Django, React, Sass, optional Docker and more
Stars: ✭ 91 (-2.15%)
Mutual labels:  django, cookiecutter
Cookiecutter Fastapi
Cookiecutter template for FastAPI projects using: Machine Learning, Poetry, Azure Pipelines and Pytests
Stars: ✭ 89 (-4.3%)
Mutual labels:  cookiecutter
Xadmin bugfix
基于原版xadmin修改,修复原版已知bug,适配Python(3.6, 3.7, 3.8, 3.9) + Django(2.2, 3.0, 3.1)
Stars: ✭ 92 (-1.08%)
Mutual labels:  django
Grand Challenge.org
A platform for end-to-end development of machine learning solutions in biomedical imaging
Stars: ✭ 89 (-4.3%)
Mutual labels:  django
Templated Docs
Generate PDF, MS Word and Excel documents from templates in Django
Stars: ✭ 89 (-4.3%)
Mutual labels:  django
Django Graphql Social Auth
Python Social Auth support for Graphene Django
Stars: ✭ 90 (-3.23%)
Mutual labels:  django
Django Rest Framework Api Key
An extra layer of authentication for Web APIs made with Django REST Framework
Stars: ✭ 92 (-1.08%)
Mutual labels:  django
Django Debugtools
A toolbox of small utilities to assist Django development
Stars: ✭ 89 (-4.3%)
Mutual labels:  django
Django Hexo Matery
尝试用Django3重写的我的Hexo博客,使用的前端主题是 Matery。
Stars: ✭ 92 (-1.08%)
Mutual labels:  django
Doorstep
The powerful e-commerce solution for Python
Stars: ✭ 88 (-5.38%)
Mutual labels:  django
Django rest Vuejs Auth
An Authentication project using JWT Tokens, Vuejs(frontend) and Django-Rest(backend).
Stars: ✭ 92 (-1.08%)
Mutual labels:  django
Vycontrol
vyos frontend
Stars: ✭ 92 (-1.08%)
Mutual labels:  django
Reminiscence
Self-Hosted Bookmark And Archive Manager
Stars: ✭ 1,303 (+1301.08%)
Mutual labels:  django
Bootstrap Breadcrumbs
Django template tags for easy breadcrumbs using twitter bootstrap css classes or custom template
Stars: ✭ 91 (-2.15%)
Mutual labels:  django

Wildfish Django Starter

.. image:: https://travis-ci.org/wildfish/wildfish-django-starter.svg?branch=master :alt: Build Status :target: https://travis-ci.org/wildfish/wildfish-django-starter

A Django 2.0 friendly project cookiecutter template to kick start development for new projects. Includes apps and settings we use in the majority of projects, along with an integrated version of our other cookiecutter-django-crud template which will also generate a model, CRUD views and tests.

Features

  • 2 tier layout
  • Python essentials: ipython, ipdb, flake8
  • Requirements file managed using pip-tools.
  • Settings using django-configurations
  • Testing bits: django-webtest, model-mommy
  • Redis cache (via django-redis-cache)
  • Sentry's raven client, django-debug-toolbar
  • django-bootstrap3, django-model-utils
  • Django CRUD views and templates using django-vanilla-views.
  • A Django ModelForm using bootstrap3.
  • Tests for all of the views using WebTest.
  • Model Mommy generated models for the tests.

Quickstart

Ensure you have cookiecutter installed::

pip install cookiecutter

Then use cookiecutter to generate your project from this template with::

cookiecutter [email protected]:wildfish/wildfish-django-starter.git

Then from your generated project::

npm install

pip install -r requirements.in

python manage.py migrate

Requirements using pip-compile

The generated project uses a requirements.in file to make it straightforward to keep pinned requirements up to date using the pip-compile command from pip-tools.

To generate a requirements.txt from your project simply use the pip-compile command.

Read more here, https://github.com/nvie/pip-tools#example-usage-for-pip-compile

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].