You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillim 1e65212d22 We create the Signup view, one of the most important. It is important to keep in mind the difference of action between the GET and the POST. 5 years ago
..
templates Creation of all templates for account creation through /signup 5 years ago
templatetags Small trick: we add a filter to the Django templating in order to add some class to our form inputs 5 years ago
__init__.py CLassic mandatory files for a python package 5 years ago
admin.py CLassic mandatory files for a python package 5 years ago
forms.py We create the Signup view, one of the most important. It is important to keep in mind the difference of action between the GET and the POST. 5 years ago
models.py CLassic mandatory files for a python package 5 years ago
tokens.py We create the Signup view, one of the most important. It is important to keep in mind the difference of action between the GET and the POST. 5 years ago
views.py We create the Signup view, one of the most important. It is important to keep in mind the difference of action between the GET and the POST. 5 years ago