Skip to content

JacobCoffee/django-program

Repository files navigation

An attempt to modernize the conference workflow.

Inspirations

Example Dev Server

A runnable Django project lives in examples/ for interacting with models via the admin, shell, and management commands.

make dev
# Visit http://localhost:8000/admin/  (login: admin/admin)

Or step by step:

uv run python examples/manage.py migrate
uv run python examples/manage.py bootstrap_conference --config conference.example.toml
uv run python examples/manage.py createsuperuser
uv run python examples/manage.py runserver

About

A conference plugin for Django

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •