Skip to content

willyhakim/pinax-project-account

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

Pinax Project Account

Join us on Slack

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.

pinax-project-account

In addition to what is provided by the zero project, pinax-project-account provides thorough integration with django-user-accounts, adding comprehensive account management functionality. It is a foundation suitable for most sites that have user accounts.

The source code for this project template has moved to the account branch of pinax-projects.

Prerequisites

  • pip
  • npm

Getting Started

You can get started with this project by doing the following:

pip install virtualenv
virtualenv mysiteenv
source mysiteenv/bin/activate
pip install Django==1.8.3
django-admin.py startproject --template=https://github.com/pinax/pinax-project/zipball/account mysite -n webpack.config.js
cd mysite
chmod +x manage.py
pip install -r requirements.txt
npm install
./manage.py migrate
./manage.py loaddata sites
./manage.py runserver

Static Media

Static media is managed by webpack, and is configured out of the box to watch and rebuild on change by running:

npm run watch

We recommend running that in a separate terminal window than manage.py runserver if and when you are editing js or less files.

Documentation

The Pinax documentation is available at http://pinaxproject.com/pinax/.

Code of Conduct

In order to foster a kind, inclusive, and harassment-free community, the Pinax Project has a code of conduct, which can be found here http://pinaxproject.com/pinax/code_of_conduct/.

Pinax Project Blog and Twitter

For updates and news regarding the Pinax Project, please follow us on Twitter at @pinaxproject and check out our blog http://blog.pinaxproject.com.

About

a starter project that incorporates account features from django-user-accounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published