sentier-dev / dds_registration

Django app for event registration and billing
MIT License
0 stars 1 forks source link

Issue #38: Final changes #54

Closed lilliputten closed 7 months ago

lilliputten commented 7 months ago

Checked for possible bugs.

Updated data models (removed Profile). Added check for the 'true' user when getting events list for the main page (if user hasn't been logged then it is lazy user and it caused a bug on attempt of getting user's registrations).

Please, pay attention:

I've recreated migrations (there were bugs, when I tried to apply it over previous ones).

Admin user should be registered with both username and password (with the same value)

python manage.py createsuperuser --username {email} --email {email}

Login should be proceeded with email.

Other issues were affected here:

Mb, some other.

Current interface views:

2024-03-22-19-51-02 2024-03-22-19-50-53 2024-03-22-20-05-09