Commit d7d7270a authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

changed the function for naming

parent 836d3d18
from django.db import models from django.db import models
location_choices = ( location_choices = [
('onsite', 'ONSITE'), ('onsite', 'ONSITE'),
('online', 'ONLINE'), ('online', 'ONLINE'),
('hybrid', 'HYBRID'), ('hybrid', 'HYBRID'),
) ]
class Location(models.Model): class Location(models.Model):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment