All Projects → Mischback → Django Project Skeleton

Mischback / Django Project Skeleton

A skeleton aka. template for Django projects

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Django Project Skeleton

Paperweekly forum
paperweekly's forum
Stars: ✭ 118 (-4.07%)
Mutual labels:  django
Django Subadmin
A special kind of ModelAdmin that allows it to be nested within another ModelAdmin
Stars: ✭ 120 (-2.44%)
Mutual labels:  django
Lpoj
An open source online judge system base on Django REST framework and Vue.js !
Stars: ✭ 122 (-0.81%)
Mutual labels:  django
Sarenka
OSINT tool - gets data from services like shodan, censys etc. in one app
Stars: ✭ 120 (-2.44%)
Mutual labels:  django
Website
Code for the Outreachy website, based on Python, Django, and Bootstrap.
Stars: ✭ 120 (-2.44%)
Mutual labels:  django
Django Tinymce4 Lite
TinyMCE 4 editor widget for Django
Stars: ✭ 121 (-1.63%)
Mutual labels:  django
Drf Api Tracking
Fork of aschn/drf-tracking so that we can maintain and release newer versions
Stars: ✭ 117 (-4.88%)
Mutual labels:  django
Tera
A template engine for Rust based on Jinja2/Django
Stars: ✭ 1,873 (+1422.76%)
Mutual labels:  django
Ralph
Ralph is the CMDB / Asset Management system for data center and back office hardware.
Stars: ✭ 1,701 (+1282.93%)
Mutual labels:  django
Wooey
A Django app that creates automatic web UIs for Python scripts.
Stars: ✭ 1,680 (+1265.85%)
Mutual labels:  django
Metarec
PyTorch Implementations For A Series Of Deep Learning-Based Recommendation Models (IN PROGRESS)
Stars: ✭ 120 (-2.44%)
Mutual labels:  django
W3develops
The w3develops.org open source codebase - Learn, build, and meetup with other developers on DISCORD https://discord.gg/WphGvTT and YOUTUBE http://bit.ly/codingyt
Stars: ✭ 120 (-2.44%)
Mutual labels:  django
Django Macros Url
Django Macros URL. Routing must be simple as possible
Stars: ✭ 121 (-1.63%)
Mutual labels:  django
Django Hardcopy
Render PDFs from HTML in Python/Django using Headless Chrome
Stars: ✭ 119 (-3.25%)
Mutual labels:  django
Water Monitoring System
Water Monitoring System is an IOT based Liquid Level Monitoring system that has mechanisms to keep the user alerted in case of liquid overflow or when tank depletes.
Stars: ✭ 122 (-0.81%)
Mutual labels:  django
Django Admin Json Editor
Adds json-editor for JSONField in Django Administration
Stars: ✭ 118 (-4.07%)
Mutual labels:  django
Cmdb
资产管理、主机管理、批量执行命令|脚本、流量图、webssh 本项目已停止开发!因长时间未对代码进行维护,可能会造成项目在不同环境上无法部署、运行BUG等问题,请知晓!项目仅供参考!
Stars: ✭ 121 (-1.63%)
Mutual labels:  django
Django Trench
django-trench provides a set of REST API endpoints to supplement django-rest-framework with multi-factor authentication (MFA, 2FA). It supports both standard built-in authentication methods, as well as JWT (JSON Web Token).
Stars: ✭ 123 (+0%)
Mutual labels:  django
Django Classified
Django Classified
Stars: ✭ 122 (-0.81%)
Mutual labels:  django
Shuup
E-Commerce Platform
Stars: ✭ 1,790 (+1355.28%)
Mutual labels:  django

django-project-skeleton

django-project-skeleton is my skeleton for Django projects. It provides a directory structure for Django projects during development and deployment.

Meta

Author: Mischback

Contributors: agirardeaudale <https://github.com/agirardeuadale>, jmrbcu <https://github.com/jmrbcu>

Status: maintained, in development

Version: 1.4

Django Version: 3.0, 2.2, 2.1, 2.0, 1.11

Usage

To use this repository just use the template option of django-admin <https://docs.djangoproject.com/en/2.2/ref/django-admin/#startproject>_::

$ django-admin startproject --template=https://github.com/Mischback/django-project-skeleton/archive/development.zip [projectname]

If you wish to automagically fill the apache2_vhost.sample the command is::

$ django-admin startproject --template=https://github.com/Mischback/django-project-skeleton/archive/development.zip --name apache2_vhost.sample [projectname]

Note

Disregard the failing build-status of commits in the branch development. These commits are tested on Travis with all possible combinations of Django and Python. This is done to determine the compatibility and update the documentation accordingly. Failing is expected.

Documentation

You can see the documentation over at Read the Docs: django-project-skeleton <http://django-project-skeleton.readthedocs.org/en/latest/>_

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].