Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinax/pinax
a Django-based platform for rapidly developing websites
https://github.com/pinax/pinax
Last synced: 20 days ago
JSON representation
a Django-based platform for rapidly developing websites
- Host: GitHub
- URL: https://github.com/pinax/pinax
- Owner: pinax
- Created: 2009-03-29T22:03:30.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T22:50:33.000Z (over 3 years ago)
- Last Synced: 2024-10-01T13:20:19.943Z (about 1 month ago)
- Language: Python
- Homepage: http://pinaxproject.com/pinax/
- Size: 17.1 MB
- Stars: 2,630
- Watchers: 100
- Forks: 443
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: docs/code_of_conduct.md
Awesome Lists containing this project
- awesome-starred - pinax/pinax - a Django-based platform for rapidly developing websites (others)
README
# Pinax
[![](http://slack.pinaxproject.com/badge.svg)](http://slack.pinaxproject.com/)
[![](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)## Table of Contents
* [About Pinax](#about-pinax)
* [Overview](#overview)
* [Dependencies](#dependencies)
* [Supported Django and Python versions](#supported-django-and-python-versions)
* [Documentation](#documentation)
* [Installation](#installation)
* [Usage](#usage)
* [Change Log](#change-log)
* [Contribute](#contribute)
* [Code of Conduct](#code-of-conduct)
* [Connect with Pinax](#connect-with-pinax)
* [License](#license)## About Pinax
Pinax is an open-source platform built on the Django Web Framework. It is an ecosystem of reusable Django apps, themes, and starter project templates. This collection can be found at http://pinaxproject.com.
## Overview
This repository contains documentation for the Pinax project.
## Documentation
### Updating Online Documentation
The docs live online at http://pinaxproject.com/pinax/.
After a pull request is merged, checkout your local master branch:
```shell
git checkout master
```Pull the update into your local master branch:
```shell
git pull origin master
```Push the update live to gh-pages:
```shell
mkdocs gh-deploy
```### Publishing a Distribution
#### `projects.json`
#### `distribution.json`
## Change Log
## Contribute
For an overview on how contributing to Pinax works read this [blog post](http://blog.pinaxproject.com/2016/02/26/recap-february-pinax-hangout/)
and watch the included video, or read our [How to Contribute](http://pinaxproject.com/pinax/how_to_contribute/) section.
For concrete contribution ideas, please see our
[Ways to Contribute/What We Need Help With](http://pinaxproject.com/pinax/ways_to_contribute/) section.In case of any questions we recommend you join our [Pinax Slack team](http://slack.pinaxproject.com)
and ping us there instead of creating an issue on GitHub. Creating issues on GitHub is of course
also valid but we are usually able to help you faster if you ping us in Slack.We also highly recommend reading our blog post on [Open Source and Self-Care](http://blog.pinaxproject.com/2016/01/19/open-source-and-self-care/).
## Code of Conduct
In order to foster a kind, inclusive, and harassment-free community, the Pinax Project
has a [code of conduct](http://pinaxproject.com/pinax/code_of_conduct/).
We ask you to treat everyone as a smart human programmer that shares an interest in Python, Django, and Pinax with you.## Connect with Pinax
For updates and news regarding the Pinax Project, please follow us on Twitter [@pinaxproject](https://twitter.com/pinaxproject)
and check out our [Pinax Project blog](http://blog.pinaxproject.com).## License
Copyright (c) 2012-2018 James Tauber and contributors under the [MIT license](https://opensource.org/licenses/MIT).