field=models.CharField(blank=True,choices=[('shopmason','shopMason Facility')],help_text="Tag this facility to be shown on the ShopMason What's Open sites.",max_length=100),
),
migrations.AlterField(
model_name='location',
name='campus_region',
field=models.CharField(choices=[('front royal','Front Royal'),('prince william','Prince William County Science and Technology'),('fairfax','Fairfax'),('arlington','Arlington')],max_length=100),
# Boolean for whether or not the location is "on campus" or not.
on_campus=models.BooleanField(default=True)
# A GeoJson coordinate pair that represents the physical location
...
...
@@ -183,15 +181,12 @@ class Facility(TimeStampedModel):
help_text="A comma seperate list of words that neatly and aptly describe the product that this facility produces. These words are not shown to the use but are rather used in search.",
)
# Tag a Facility to be shown on the ShopMason or Sodoxo (or both)