All Projects → CircleCI-Public → Circleci Demo Python Django

CircleCI-Public / Circleci Demo Python Django

Licence: cc0-1.0
Example Django application running on CircleCI

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Circleci Demo Python Django

Expo Three Demo
🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
Stars: ✭ 76 (-24%)
Mutual labels:  tutorial, example, demo
Algolia Swift Demo
iOS instant search tutorial
Stars: ✭ 23 (-77%)
Mutual labels:  tutorial, example, demo
Example Cases
Example project to guide users through how to create game with Cocos Creator
Stars: ✭ 1,082 (+982%)
Mutual labels:  example, demo
Django Auth Tutorial Example
Django Authentication Video Tutorial
Stars: ✭ 60 (-40%)
Mutual labels:  django, tutorial
Docker Elk Tutorial
docker-elk-tutorial + django + logging
Stars: ✭ 69 (-31%)
Mutual labels:  django, tutorial
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+471%)
Mutual labels:  example, demo
Django Celery Tutorial
Django Celery Tutorial
Stars: ✭ 48 (-52%)
Mutual labels:  django, tutorial
Unityraymarching
Unity Raymarching Examples
Stars: ✭ 57 (-43%)
Mutual labels:  tutorial, example
Cesium
cesium demo,cesium 研究过程中资料整理,包括: 1、示例,提供常规的cesium示例以及综合性的业务示例 2、工具,整理研究过程中写的一些数据获取、处理、分析的工具,例如网络3dtiles数据爬虫工具、b3dm 转 gltf工具 3、插件,根据研究过程中cesium感觉使用不方便的地方,添加插件,包括针对显示控件的汉化中文语言插件等
Stars: ✭ 84 (-16%)
Mutual labels:  example, demo
Dependent Dropdown Example
Code example used in the post "How to Implement Dependent/Chained Dropdown List with Django"
Stars: ✭ 84 (-16%)
Mutual labels:  django, tutorial
Django Auth0 Vue
A Django REST Framework + Vue.js CRUD Demo Secured Using Auth0
Stars: ✭ 99 (-1%)
Mutual labels:  django, demo
Reactnativecodereuseexample
Shows how to organize your code to reuse it as much as possible between Web, iOS and Android
Stars: ✭ 41 (-59%)
Mutual labels:  tutorial, example
Redaxo Mit Docker
Simple 🐳 Docker setup for REDAXO development. Contains demo website and beginner’s guide!
Stars: ✭ 40 (-60%)
Mutual labels:  tutorial, demo
K8sdemo
Kubernetes demo
Stars: ✭ 53 (-47%)
Mutual labels:  tutorial, demo
Golang Docker Build Tutorial
A template project to create a minimal Docker image for a Go application
Stars: ✭ 36 (-64%)
Mutual labels:  tutorial, example
Limbobyexample
Examples for the Limbo Programming Language
Stars: ✭ 34 (-66%)
Mutual labels:  tutorial, example
Godot Demos
Godot demos and tutorials
Stars: ✭ 88 (-12%)
Mutual labels:  tutorial, demo
Pwa Example
A short example illustrating some essential steps for creating a progressive web app (PWA).
Stars: ✭ 28 (-72%)
Mutual labels:  tutorial, example
Generals.io Node.js Bot Example
An example Node.js bot for generals.io. Learn more at http://dev.generals.io/api#tutorial
Stars: ✭ 28 (-72%)
Mutual labels:  tutorial, example
Django Crash Starter
The Cookiecutter template for the Django Crash Course tutorial by Daniel and Audrey Feldroy.
Stars: ✭ 80 (-20%)
Mutual labels:  django, tutorial

CircleCI Demo Application: Python / Django

CircleCI

This is an example application showcasing how to build test and deploy a Django app on CircleCI 2.0.

You can follow along with this project by reading the documentation.

Features of the demo

  • regularly updated to use latest Python and Django (currently Python 3.6.4 and Django 2.0.1)
  • uses pipenv to install and manage dependencies and virtualenvs on CircleCI
  • shows usage of caching on CircleCI 2.0 to speed up builds. Makes use of Ppipfile.lock to invalidate cache if dependencies change
  • runs tests against a PostgreSQL database
  • store and upload test result in Junit XML format with unittest-xml-reporting to enable Test Summary and Insights on CircleCI

About the app: django_local_library

Tutorial "Local Library" website written in Django. This is based on the excellent MDN Django tutorial..


This web application creates an online catalog for a small local library, where users can browse available books and manage their accounts.

The main features that have currently been implemented are:

  • There are models for books, book copies, genre, language and authors.
  • Users can view list and detail information for books and authors.
  • Admin users can create and manage models. The admin has been optimised (the basic registration is present in admin.py, but commented out).
  • Librarians can renew reserved books

Local Library Model

License Information

Documentation (guides, references, and associated images) is licensed as Creative Commons Attribution-NonCommercial-ShareAlike CC BY-NC-SA. The full license can be found here, and the human-readable summary here.

Everything in this repository not covered above is licensed under the included CC0 license.

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