Giter Club home page Giter Club logo

Comments (5)

mbrochh avatar mbrochh commented on August 27, 2024

I have updated the README for you: https://github.com/bitmazk/django-registration-email#how-to-use-a-custom-form

If you have further questions, just post them into this issue.

from django-registration-email.

nateworthy avatar nateworthy commented on August 27, 2024

Thanks Martin! I've read through your instructions and they make sense. I
also just remembered I intend to ask for zip code and political party, so I
will add that in. I'm working on a politics-related app - I plan to map
zip code to elected representatives. I expect political party will lead to
using a related model like User Profile, which I think I understand how to
include in the architecture you've so kindly laid out.
On Mar 3, 2013 7:51 PM, "Martin Brochhaus" [email protected] wrote:

I have updated the README for you:
https://github.com/bitmazk/django-registration-email#how-to-use-a-custom-form

If you have further questions, just post them into this issue.


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-14362912
.

from django-registration-email.

mbrochh avatar mbrochh commented on August 27, 2024

Sure the process will be exactly the same. Just add all the fields you need to your CustomForm and make sure you save the additional request.POST data in your signal handler.

from django-registration-email.

nateworthy avatar nateworthy commented on August 27, 2024

notes for others:

  • make sure you "import settings" in your urls.py for the getattr() call to succeed
  • I think the instructions intend
    url(r'^accounts/register/$',
    rather than
    url(r'^register/$',
    so consider the url pattern you desire.

from django-registration-email.

mbrochh avatar mbrochh commented on August 27, 2024

@Nanthony you are right, it should be accountrs/register/, sorry for that. I updated the README.

from django-registration-email.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.