python - How can integrate the login/registration into a pinax(0.9) projects? -


I have installed the pinx and now I want to integrate some apps. First I want to start with login and registration.

I have tried to deal with the poor documentation of Penax, so I do not know how to start?

How can I do this with PinX 0.9? What do I need to modify?

What will be the normal path to follow?

You have to start a project on the console you can use first

 < Code> $ django-admin.py initial project [your_project_name] --template = https: //github.com/pinax/pinax-project-account/zipball/masters   

[your_project_name] Change your own project name. You will then need to install the requirements

Go to the console on which the required file is on the console and

  pip install --requirement requirements.txt  < / Pre> 

Then test your project This will probably work! Do not forget to add an app to INSTALLED_APS

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -