Adam Goldsmith
d44903b561
membershipworks: Remove DB constraints for FKs to Members table
MariaDB doesn't support partitions on tables with FKs, and performance of the Members table has become unusable due to size caused by system versioning
CMS Management
A management site for the Claremont MakerSpace
Development
- Get Python 3.9 and PDM
- Run
pdm install
- Copy
./cmsmanage/settings/dev.sample.py
to./cmsmanage/settings/dev.py
- Run
pdm run ./manage.py migrate
to create database tables - (Optional) If you have access to the production server, you can use real data:
pdm run ./manage.py dumpdata -o whatever.json
(on the server)pdm run ./manage.py loaddata whatever.json
(on your machine)
- Run
pdm run ./manage.py createsuperuser
to make a user - Run
pdm run ./manage.py runserver
to start the server
Description
A management site for the Claremont MakerSpace
https://manage.claremontmakerspace.org/
Languages
Python
85.3%
HTML
12.8%
TypeScript
0.9%
CSS
0.7%
JavaScript
0.3%