removed mytreetag model
This commit is contained in:
@@ -6,12 +6,6 @@ from companies.models import Company
|
||||
|
||||
# Create your models here.
|
||||
|
||||
class MyTreeTags(TagTreeModel):
|
||||
class TagMeta:
|
||||
initial = "colors/blue, colors/red, colors/green"
|
||||
force_lowercase = True
|
||||
# autocomplete_view = 'myapp.views.hobbies_autocomplete'
|
||||
|
||||
|
||||
class Product(models.Model):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user