Adam Goldsmith
e03b9e3c70
Always show admin facet counts in most models with filters
New feature in Django 5.0 Didn't enable always on HIDEvent admin, as the table size is relatively large
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%