vote up -1 vote down star

please show me a django register code include the template thanks!

flag

closed as not a real question by Mitch Wheat, bigmattyh, Matthew Schinckel, Shog9, redsquare Sep 27 at 22:40

2 Answers

vote up 0 vote down

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.

link|flag
startthedark.com gives me an error 502. – Dominic Rodger Sep 26 at 7:37
true that. eric needs to get to work and fix :) – Ricky Sep 26 at 20:05
vote up 0 vote down

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.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.