- About Pinax
- Overview
- Documentation
- Change Log
- History
- Contribute
- Code of Conduct
- Connect with Pinax
- License
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.
pinax-cli
is a command-line interface for installing Pinax starter projects
and learning more about the latest Pinax app releases.
To install pinax-cli:
pip install pinax-cli
Invoke pinax-cli with $ pinax <cmd>
using one of the following commands:
Show a list of Pinax apps with their release version in the latest Pinax distribution.
$ pinax apps
Show a list of Pinax demonstration projects with their release version in the latest Pinax distribution.
$ pinax demos
Show a list of Pinax starter projects and their release version in the latest Pinax distribution.
$ pinax projects
Release Project
------- ---------------
4.0.0 account
4.0.0 blog
2.0.0 company
documents
social-auth
4.0.0 static
4.0.0 stripe
team-wiki
3.0.0 waitinglist
wiki
4.0.0 zero
Show a list of Pinax tools with their release version in the latest Pinax distribution.
$ pinax tools
- Fix post-start cleanup path references
- Drop Python 3.3 support
- Standardize documentation layout
- Move documentation into README.md
- Convert CI and coverage to CircleCi and CodeCov
- Add PyPi-compatible long description
- Improve .gitignore
- Add "apps", "demos", "themes", and "tools" commands.
For an overview on how contributing to Pinax works read this blog post and watch the included video, or read our How to Contribute section. For concrete contribution ideas, please see our Ways to Contribute/What We Need Help With section.
In case of any questions we recommend you join our Pinax Slack team 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.
In order to foster a kind, inclusive, and harassment-free community, the Pinax Project has a 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.
For updates and news regarding the Pinax Project, please follow us on Twitter @pinaxproject and check out our Pinax Project blog.
Copyright (c) 2012-2018 James Tauber and contributors under the MIT license.