An outline for django applications.
Project description
Django Outline
==============
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/powellc/outline?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build
Status](https://travis-ci.org/powellc/outline.svg?branch=master)](https://travis-ci.org/powellc/outline)
In the spirit of [playdoh](https://github.com/mozilla/playdoh), this project
aims to provide a base Django app full of best-practices and pre-installed
applications.
It also includes a rudimentary makefile that helps get things started and
also plays nice with setuptools. That means you can actually use the
standard python setup method of installation, giving you a command line
tool to run the server.
All production settings should be handled via the environment, which
means you can leave the app installed in your python library and just
use the cli tool. More exmaples of this to follow.
Start your engines, err projects!
---------------------------------
Your first order of business is to rename some things. Unless your project
is also called outline, you'll likely want to rename things. The easiest way
to get started is:
make name="<myproject_name>" rename
That should do all the important replacements. The final step will be removing
the .git folder and initializing your own repository and lastly tweaking the
setup.py file, else you're likely to give me credit for your project and to
provide a pretty terribly confusing description to PyPI if your project ever
lands there.
Easy bootstrapping!
-------------------
Powered by the ubiquitous Makefile ... this should be pretty easy:
1. make install
2. make run
3. open your browser to: http://127.0.0.1:45000
Libraries, libraries, libraries!
-----------------------------
Of course, we could provide a vagrant file and a provisoner and all
that jazz. But I'd rather provide a make file for installing everything
into a venv and let you muck about with libraries. Those of you on
Linux shouldn't have too much trouble installing the requisite development
libraries below. The names are for debian-based distros, but they
exist for all major distros.
On Mac it may be a little tricker. Homebrew will get you quite far, but
first you have to install the bloated XCode and the CLI tools.
The libraries are:
* libmemcached-dev
* libfreetype6-dev
* libjpeg-dev
==============
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/powellc/outline?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build
Status](https://travis-ci.org/powellc/outline.svg?branch=master)](https://travis-ci.org/powellc/outline)
In the spirit of [playdoh](https://github.com/mozilla/playdoh), this project
aims to provide a base Django app full of best-practices and pre-installed
applications.
It also includes a rudimentary makefile that helps get things started and
also plays nice with setuptools. That means you can actually use the
standard python setup method of installation, giving you a command line
tool to run the server.
All production settings should be handled via the environment, which
means you can leave the app installed in your python library and just
use the cli tool. More exmaples of this to follow.
Start your engines, err projects!
---------------------------------
Your first order of business is to rename some things. Unless your project
is also called outline, you'll likely want to rename things. The easiest way
to get started is:
make name="<myproject_name>" rename
That should do all the important replacements. The final step will be removing
the .git folder and initializing your own repository and lastly tweaking the
setup.py file, else you're likely to give me credit for your project and to
provide a pretty terribly confusing description to PyPI if your project ever
lands there.
Easy bootstrapping!
-------------------
Powered by the ubiquitous Makefile ... this should be pretty easy:
1. make install
2. make run
3. open your browser to: http://127.0.0.1:45000
Libraries, libraries, libraries!
-----------------------------
Of course, we could provide a vagrant file and a provisoner and all
that jazz. But I'd rather provide a make file for installing everything
into a venv and let you muck about with libraries. Those of you on
Linux shouldn't have too much trouble installing the requisite development
libraries below. The names are for debian-based distros, but they
exist for all major distros.
On Mac it may be a little tricker. Homebrew will get you quite far, but
first you have to install the bloated XCode and the CLI tools.
The libraries are:
* libmemcached-dev
* libfreetype6-dev
* libjpeg-dev
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
outline-4.0.0.tar.gz
(3.9 MB
view details)
Built Distribution
File details
Details for the file outline-4.0.0.tar.gz
.
File metadata
- Download URL: outline-4.0.0.tar.gz
- Upload date:
- Size: 3.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e1b1d183fb5d01a36d523242e9dd2070bfcf273a91715758699c309ed9749b7 |
|
MD5 | 7ef635ad9180fe494c2da69b057f152a |
|
BLAKE2b-256 | ef31d2892efd31e1513459f1316f5794771339fcafda53b77e6e52d8d39c0923 |
File details
Details for the file outline-4.0.0-py3-none-any.whl
.
File metadata
- Download URL: outline-4.0.0-py3-none-any.whl
- Upload date:
- Size: 3.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b1d6c14056d093a5ea872228e9b91d7f719912f51683ace6a84b9b28ede63ef |
|
MD5 | 8cddf62a8daf78d3ed55ae0f93506429 |
|
BLAKE2b-256 | 638b45b6b45d01637d9f05c73350f491e27c489b30a37aac26953f145c91847f |