Changes between Initial Version and Version 1 of Ticket #21292, comment 3
- Timestamp:
- Aug 1, 2014, 8:27:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21292, comment 3
initial v1 4 4 url('accounts/', include('django.contrib.auth.urls'), 5 5 }}} 6 7 And give an example view that uses `UserCreationForm`.