learning circles
coordinate study groups for online courses
Clean up PlaceInput to use InputFields from p2pu-components and handle errors
Rename components and files for consistency
Add cities fixture to fix tests
Add class for react select to set proper font sizes
UI for selecting city or entering city, region, country
Work on getting data for city API and country completion API
Add UX for manually entering city details
Add missing urls.py and add view for adding new cities
Create app with db model for cities.
Add Django admin for Cities
Remove incorrect prop for setting text on react-select when there are no options
Update placeholder text and message display when there are no matches on city and country inputs
Rename cities to places. Add fixture with capitals.
Clean up PlaceInput to use InputFields from p2pu-components and handle errors
Rename components and files for consistency
Add cities fixture to fix tests
Add class for react select to set proper font sizes
UI for selecting city or entering city, region, country
Work on getting data for city API and country completion API
Add UX for manually entering city details
Add missing urls.py and add view for adding new cities
Create app with db model for cities.