diff downloads/fixtures/downloads_categories.json @ 581:ee87ea74d46b

For Django 1.4, rearranged project structure for new manage.py.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 May 2012 17:10:48 -0500
parents gpp/downloads/fixtures/downloads_categories.json@2ba1a6d3b984
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/downloads/fixtures/downloads_categories.json	Sat May 05 17:10:48 2012 -0500
@@ -0,0 +1,82 @@
+[
+    {
+        "pk": 1, 
+        "model": "downloads.category", 
+        "fields": {
+            "count": 0, 
+            "description": "Jam along to backing tracks made by your fellow SG101'ers!", 
+            "slug": "backing-tracks", 
+            "title": "Backing Tracks"
+        }
+    }, 
+    {
+        "pk": 5, 
+        "model": "downloads.category", 
+        "fields": {
+            "count": 0, 
+            "description": "User demos.", 
+            "slug": "demos", 
+            "title": "Demos"
+        }
+    }, 
+    {
+        "pk": 2, 
+        "model": "downloads.category", 
+        "fields": {
+            "count": 0, 
+            "description": "Recordings of user gear in action.", 
+            "slug": "gear-samples", 
+            "title": "Gear Samples"
+        }
+    }, 
+    {
+        "pk": 6, 
+        "model": "downloads.category", 
+        "fields": {
+            "count": 0, 
+            "description": "Interviews with surf scenesters.", 
+            "slug": "interviews", 
+            "title": "Interviews"
+        }
+    }, 
+    {
+        "pk": 3, 
+        "model": "downloads.category", 
+        "fields": {
+            "count": 0, 
+            "description": "Anything else.", 
+            "slug": "misc", 
+            "title": "Misc"
+        }
+    }, 
+    {
+        "pk": 7, 
+        "model": "downloads.category", 
+        "fields": {
+            "count": 0, 
+            "description": "Legal music created by members.", 
+            "slug": "music", 
+            "title": "Music"
+        }
+    }, 
+    {
+        "pk": 4, 
+        "model": "downloads.category", 
+        "fields": {
+            "count": 0, 
+            "description": "Please upload original surf music ringtones here.", 
+            "slug": "ringtones", 
+            "title": "Ringtones"
+        }
+    }, 
+    {
+        "pk": 8, 
+        "model": "downloads.category", 
+        "fields": {
+            "count": 0, 
+            "description": "User contributed tablature. Please upload in .pdf or .txt formats only.", 
+            "slug": "tablature", 
+            "title": "Tablature"
+        }
+    }
+]