• Giorgos Kazelidis's avatar
    - Corrected some minor display issues in login template · 219ab1a8
    Giorgos Kazelidis authored
    - 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
    219ab1a8
Name
Last commit
Last update
..
migrations Loading commit data...
static/usermerge Loading commit data...
templates Loading commit data...
__init__.py Loading commit data...
admin.py Loading commit data...
apps.py Loading commit data...
auth.py Loading commit data...
backends.py Loading commit data...
forms.py Loading commit data...
middleware.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...
urls.py Loading commit data...
views.py Loading commit data...