Pinax Starter Project Branches and App Repos

Example Pinax Starter Project and App Code

Below are an example Pinax starter project branch structure and Pinax app repo structure.

Many of the files outside of the Pinax project and app folders are configuration and community files used in the development process and will not be used in your project. See the [Pinax Configuration and Community Files Section] for descriptions of these files.

Example Pinax Starter Project Branch Structure

fixtures/
|    |-- sites.json
project_name/                   <-- Pinax project
|    |-- templates/
|    |    |-- example.html
|    |-- __init__.py
|    |-- apps.py
|    |-- settings.py
|    |-- urls.py
|    |-- views.py (optional)
|    |-- wsgi.py                
static/
|    |-- src/
|    |    |-- js/                   
|    |    |    |-- example.js
|    |    |-- scss/                
|    |    |    |-- example.scss
|    |    |-- tests/  
|    |    |    |-- example.html
|-- .babelrc
|-- .eslintrc.json
|-- .gitignore
|-- CONTRIBUTING.md
|-- LICENSE
|-- README.md
|-- manage.py
|-- package.json
|-- requirements-zero.txt
|-- requirements.txt
|-- tox.ini
|-- update.sh

Example Pinax App Repo Structure

.circleci/
|    |-- config.yml
pinax/                          
|    |-- app_name/                <-- Pinax app
|    |    |-- templates/                   
|    |    |    |-- example.html
|    |    |-- templatetags/ 
|    |    |    |-- tags.py
|    |    |-- tests/ 
|    |    |    |-- tests.py
|    |    |-- __init__.py
|    |    |-- admin.py
|    |    |-- apps.py
|    |    |-- forms.py
|    |    |-- models.py
|    |    |-- urls.py
|    |    |-- views.py 
|    |-- _init_.py           
|-- .coveragerc
|-- .gitignore
|-- AUTHORS
|-- CONTRIBUTING.md
|-- LICENSE
|-- MANIFEST.in
|-- Makefile
|-- README.md
|-- makemigrations.py
|-- runtests.py
|-- setup.cfg
|-- setup.py
|-- tox.ini

results matching ""

    No results matching ""