diff --git a/eshop_project/fixtures/content_types.json b/eshop_project/fixtures/content_types.json deleted file mode 100644 index 923a4bb..0000000 --- a/eshop_project/fixtures/content_types.json +++ /dev/null @@ -1,178 +0,0 @@ -[ - { - "model": "contenttypes.contenttype", - "pk": 1, - "fields": { - "app_label": "admin", - "model": "logentry" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 2, - "fields": { - "app_label": "auth", - "model": "group" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 3, - "fields": { - "app_label": "auth", - "model": "permission" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 4, - "fields": { - "app_label": "auth", - "model": "user" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 5, - "fields": { - "app_label": "contenttypes", - "model": "contenttype" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 6, - "fields": { - "app_label": "sessions", - "model": "session" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 7, - "fields": { - "app_label": "landing", - "model": "subscriber" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 8, - "fields": { - "app_label": "orders", - "model": "order" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 9, - "fields": { - "app_label": "orders", - "model": "productsinbasket" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 10, - "fields": { - "app_label": "orders", - "model": "status" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 11, - "fields": { - "app_label": "orders", - "model": "productsinorder" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 12, - "fields": { - "app_label": "userprofile", - "model": "userprofile" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 13, - "fields": { - "app_label": "products", - "model": "productclass" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 14, - "fields": { - "app_label": "products", - "model": "productcategory" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 15, - "fields": { - "app_label": "products", - "model": "product" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 16, - "fields": { - "app_label": "products", - "model": "productimage" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 17, - "fields": { - "app_label": "products", - "model": "productattribute" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 18, - "fields": { - "app_label": "products", - "model": "offer" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 19, - "fields": { - "app_label": "products", - "model": "attributechoicevalue" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 20, - "fields": { - "app_label": "ipn", - "model": "paypalipn" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 21, - "fields": { - "app_label": "discount", - "model": "discount" - } - }, - { - "model": "contenttypes.contenttype", - "pk": 22, - "fields": { - "app_label": "userprofile", - "model": "pickuprequest" - } - } -]