7533d33e245744bf470e886d9fcfd754d04a68f0
[mygpo.git] / doc / dev / files-overview.rst
blob7533d33e245744bf470e886d9fcfd754d04a68f0
1 The ``mygpo`` project consists of the following files ::
3   mygpo/
4     __init__.py
5     settings.py
6     settings_prod.py
7     cache.py
8     manage.py
9     constants.py
10     flattr.py
11     utils.py
12     log.py
13     cel.py
14     urls.py
15     shell.py
16     test.py
17     decorators.py
18     print-couchdb.py
20     admin/
21       __init__.py
22       auth.py
23       tests.py
24       group.py
25       clients.py
26       models.py
27       views.py
28       urls.py
29       tasks.py
31     maintenance/
32       __init__.py
33       tests.py
34       models.py
35       merge.py
36       management/__init__.py
37       management/changescmd.py
38       management/podcastcmd.py
39       management/commands/__init__.py
40       management/commands/sync-sanitizing-rules.py
41       management/commands/celery.py
42       management/commands/assign-podcast-slugs.py
43       management/commands/cleanup-unused-users.py
44       management/commands/assign-episode-slugs.py
45       management/commands/listening-stats.py
46       management/commands/merge-episode-states.py
47       management/commands/move-subscriber-data.py
48       management/commands/import-episode-actions.py
49       management/commands/delete-sanitizing-rules.py
51     data/
52       __init__.py
53       tests.py
54       youtube.py
55       delicious.py
56       flickr.py
57       podcast.py
58       mimetype.py
59       signals.py
60       tasks.py
61       feeddownloader.py
62       management/__init__.py
63       management/commands/__init__.py
64       management/commands/feed-downloader.py
65       management/commands/update-related-podcasts.py
66       management/commands/tag-downloader.py
67       management//commands/group-podcasts.py
69     publisher/
70       __init__.py
71       auth.py
72       tests.py
73       forms.py
74       utils.py
75       views.py
76       urls.py
77       management/__init__.py
78       management/commands/make-publisher.py
79       management/commands/__init__.py
80       templatetags/__init__.py
81       templatetags/pcharts.py
83     users/
84       __init__.py
85       tests.py
86       sync.py
87       models.py
88       settings.py
89       ratings.py
90       signals.py
91       tasks.py
92       subscriptions.py
93       management/__init__.py
94       management/commands/__init__.py
95       management/commands/assign-upload-timestamps.py
97     api/
98       __init__.py
99       tests.py
100       backend.py
101       constants.py
102       opml.py
103       legacy.py
104       models.py
105       exceptions.py
106       views.py
107       urls.py
108       basic_auth.py
109       httpresponse.py
110       simple.py
111       sanitizing.py
112       tasks.py
113       advanced/auth.py
114       advanced/sync.py
115       advanced/lists.py
116       advanced/settings.py
117       advanced/__init__.py
118       advanced/episode.py
119       advanced/directory.py
120       management/commands/__init__.py
121       management/commands/sanitizing-maintenance.py
122       management/__init__.py
124     directory/
125       __init__.py
126       tests.py
127       models.py
128       views.py
129       urls.py
130       search.py
131       toplist.py
132       tags.py
133       tasks.py
134       management/__init__.py
135       management/commands/__init__.py
136       management/commands/category-merge-spellings.py
137       management/commands/update-episode-toplist.py
138       management/commands/set-example-podcasts.py
139       management/commands/update-toplist.py
141     pubsub
142       models.py
143       views.py
144       urls.py
145       __init__.py
146       signals.py
148     web/
149       __init__.py
150       auth.py
151       tests.py
152       forms.py
153       google.py
154       utils.py
155       logo.py
156       urls.py
157       heatmap.py
158       views/__init__.py
159       views/podcast.py
160       views/settings.py
161       views/subscriptions.py
162       views/device.py
163       views/users.py
164       views/episode.py
165       views/security.py
166       templatetags/__init__.py
167       templatetags/devices.py
168       templatetags/facebook.py
169       templatetags/youtube.py
170       templatetags/google.py
171       templatetags/utils.py
172       templatetags/time.py
173       templatetags/flickr.py
174       templatetags/math.py
175       templatetags/mygpoutil.py
176       templatetags/menu.py
177       templatetags/charts.py
178       templatetags/podcasts.py
179       templatetags/episodes.py
180       templatetags/googleanalytics.py
181       management/__init__.py
182       management/commands/__init__.py
184     userfeeds/
185       __init__.py
186       auth.py
187       tests.py
188       feeds.py
189       views.py
190       urls.py
192     core/
193       __init__.py
194       tests.py
195       oldid.py
196       json.py
197       models.py
198       proxy.py
199       signals.py
200       podcasts.py
201       tasks.py
202       graphite.py
203       slugs.py
204       management/__init__.py
205       management/commands/__init__.py
207     share/
208       __init__.py
209       userpage.py
210       models.py
211       views.py
212       urls.py
213       templatetags/__init__.py
214       templatetags/gravatar.py
216     db/
217       __init__.py
219     db/couchdb/
220       __init__.py
221       common.py
222       episode_state.py
223       utils.py
224       user.py
225       models.py
226       podcast_state.py
227       podcast.py
228       podcastlist.py
229       episode.py
230       directory.py
231       pubsub.py
232       management/__init__.py
233       management/commands/__init__.py
234       management/commands/touch-couchdb-views.py
235       management/commands/compact-couchdb.py
236       management/commands/dump-sample.py
237       management/commands/sync-design-docs.py
238       management/commands/count-view-usage.py