Pinax: set up accounting and profile

I want to collect additional information when a user signs up, and also displays this as part of the profile information so that the user can edit it after creating the login.

How can I expand the form and model of registration and profile without directly changing the pinax code?

+3
source share
2 answers

From pinax docs

Customization

As more sites are built using Pinax, more advanced methods will appear, but for now, we recommend:

  • Always work with a stable release. The latest version is 0.7.1.
  • Use the pinax-admin setup_project command.
  • Make the necessary changes to the settings.py and urls.py files in the copied directory.
  • .
  • Python.
  • .

thread pinax .

https://github.com/eldarion/idios ( , Pinax).

blog - :

Pinax

, $PINAX_ROOT// $PROJECT_ROOT/apps/blog - ( ). Pinax $PROJECT_ROOT/apps/blog $PINAX_ROOT/apps/blog.

, / cp -a $PINAX_ROOT/apps/blog $PROJECT_ROOT/ . FLOSS- , , , ...

pinax, ( ), :

+3

, Pinax, . , ( ) Pinax.

, , , , , , , . , , .

+1

Source: https://habr.com/ru/post/1747994/


All Articles