Represents a specific facility location. A Facility is some type of
Represents a specific facility location. A Facility is some type of
...
@@ -200,15 +183,6 @@ class Facility(TimeStampedModel):
...
@@ -200,15 +183,6 @@ 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.",
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.",
)
)
# Labels to describe the Facility that are displayed to the user and can be
# informative. "Takes Mason Money"
facility_labels=TaggableManager(
"labels",
related_name="labels",
through=StupidLabelHack,
help_text="Labels to describe the Facility that are displayed to the user and can be informative.",
)
# Tag a Facility to be shown on the ShopMason or Sodoxo (or both)
# Tag a Facility to be shown on the ShopMason or Sodoxo (or both)