- Corrected some minor display issues in login template
- Created the DB schema/models and added Greek support to the initiated DB - Created a script to populate DB with test data - Implemented the authentication, login and logout back-ends (modified built-in auth, backends and middleware modules) as well as the relative front-ends (user home, admin home and logout templates) - Implemented some basic validation checks and error handling for the login form - Created custom HTTP error (400, 403, 404, 500) templates - Added new instructions to README.md
Showing
myprj/populateDB.py
0 → 100644
myprj/usermerge/auth.py
0 → 100644
myprj/usermerge/backends.py
0 → 100644
myprj/usermerge/forms.py
0 → 100644
myprj/usermerge/models.py
100644 → 100755
Please
register
or
sign in
to comment