please show me a django register code include the template thanks!
closed as not a real question by Mitch Wheat, bigmattyh, Matthew Schinckel, Shog9, redsquare Sep 27 at 22:40 |
|
|
startthedark.com is a django site that is open source and uses django-registration (I assume this is the code you are referring to?). It includes the registration templates. It is up on github: http://github.com/ericflo/startthedark Also, you can check out http://pinaxproject.com/ which includes registration with templates, etc. |
||||
|
|
|
The django-registration app can be found here. As with all of James Bennett's work that I've seen, it is extremely well documented. The documentation is included in the source, but read the files here. The overview is probably a good place to start. |
||
|
|
