hoatle / django-boilerplate

teracy-django-boilerplate - get project booted with a Django project template (boilerplate) of best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teracy - get project booted

This project template is the starting point to develop any Django project. It offers best practices to organize project structure.

Getting started

  1. Setup working environment and start developing a Django application
  2. Coding conventions
  3. IDE

How to

1. Start a new project :: $ mkdir cool_project $ cd cool_project $ git init $ git remote add teracy git@github.com:teracy-official/teracy.git $ git fetch teracy $ git merge teracy/master

2. Update to follow teracy's project change :: $ git fetch teracy $ git merge teracy/master

3. Start a new application :: $ cd apps $ ../manage.py startapp cool_app

4. Deploy on heroku :: $ heroku config:add DJANGO_SETTINGS_MODULE=settings.prod

  1. Deploy on openshift

Problems, want to help each other?

During the development and learning, you're welcome to join us with discussions at https://groups.google.com/forum/#!forum/teracy

Frequently asked questions

About

teracy-django-boilerplate - get project booted with a Django project template (boilerplate) of best practices

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%