Open
Description
Having a database of Python user groups can be useful, for example to automatically import their events into the python.org website.
This ticket has three parts:
- (Create UserGroup model. #1176) Create a model for Python user groups (see fields below)
- Create a section in www.python.org to visualize the existing Python user groups
- Create a form to submit Python user groups
At the moment the Python user groups are listed in a wiki: https://wiki.python.org/moin/LocalUserGroups
A list of possible fields of the model could be:
- Name
- Location (it can be a city, a country)
- URL (it can be a meetup, a distribution list, or others, a calculated field that returns the type could be useful)
- Started date
- Approved (boolean, to flag meetups that have been submitted but not yet reviewed, and should not be listed)
- Trusted (trusted groups will have their events automatically added)