codeeu / coding-events

A Django app for adding EU Code Week events and showing them on a map.
http://events.codeweek.eu
MIT License
17 stars 36 forks source link

Changed theme topics list. #409

Closed mihail-ivanov closed 8 years ago

mihail-ivanov commented 8 years ago

Fixing issue "Change the list of possible event topics in the events form" from trello.

mitio commented 8 years ago

Looks good, thanks!

SteveClement commented 8 years ago

@mihail-ivanov so if I want to add "Artificial intelligence" as an option I need to create a new file à la: 0009_update_eventtheme_list.py or should I just add the option "AI" to the 0008 script. /cc @mitio

mitio commented 8 years ago

@SteveClement I haven't deployed the changes yet so I think it'd be best to just add it to the existing script. If you can, just add it in a separate PR. I will test it locally and if it works, I will mark the Trello task as completed.

mitio commented 8 years ago

Added AI.