issues
search
ConoscereLinux
/
asso-django
An open source Django Framework to manage Events, Member and basic Accounting for an Italian Association
GNU General Public License v3.0
0
stars
3
forks
source link
v0.1.0
#77
Closed
giobber
closed
1 year ago
giobber
commented
1 year ago
Tailwind CSS
add npm support
add support to TailwindCSS
convert bootstrap css to Tailwind css
convert custom CSS to Tailwind css
improve style (header, border, cards, palette, ...)
Fixtures
split fixtures as default (needed in db-bootstrap) and demo (used to fill database for testing purpose)
add sample user and member in demo as fixtures
add sample course to demo command as fixture
add link to member data for first member
commons
add module commons
move generic models and fields from core to commons
simplify and standardize generic models (closes #19 )
improve theme app via new generic models
Accounts
Add support for multiple user emails with checks (closes #72)
Layout
move course/event cards inside academy/templates as snippets to include
rename membership as member
move home page view to landing app (closes #78)
rename website app in theme (closes #78)
rename and refactor membership app in member app
refactor and update academy app
rename and refactor core.users in accounts app
move login related templates in accounts
improve MembershipPeriod.end_date with an uneditable field (closes #7 )
Urls
rename member relate urls
add non working member form
various
update translations
update requirements
reset migrations
Tailwind CSS
Fixtures
commons
Accounts
Layout
Urls
various