Adam Goldsmith b1d3f16459
All checks were successful
Ruff / ruff (push) Successful in 29s
Test / test (push) Successful in 4m5s
membershipworks: Add event instructor name to EventInvoice list_display
2024-05-24 11:38:05 -04:00
2024-05-04 18:03:22 -04:00
2024-02-28 11:31:00 -05:00
2024-05-03 12:37:48 -04:00
2024-05-19 15:55:13 -04:00
2024-05-19 15:55:13 -04:00
2023-11-29 17:28:41 -05:00
2023-11-19 04:20:05 +00:00

CMS Management

A management site for the Claremont MakerSpace

Development

  1. Get Python 3.9 and PDM
  2. Run pdm install
  3. Copy ./cmsmanage/settings/dev.sample.py to ./cmsmanage/settings/dev.py
  4. Run pdm run ./manage.py migrate to create database tables
  5. (Optional) If you have access to the production server, you can use real data:
    1. pdm run ./manage.py dumpdata -o whatever.json (on the server)
    2. pdm run ./manage.py loaddata whatever.json (on your machine)
  6. Run pdm run ./manage.py createsuperuser to make a user
  7. Run pdm run ./manage.py runserver to start the server
Description
A management site for the Claremont MakerSpace
https://manage.claremontmakerspace.org/
Readme 7 MiB
Languages
Python 85.3%
HTML 12.8%
TypeScript 0.9%
CSS 0.7%
JavaScript 0.3%