--- /dev/null
+#!/bin/sh
+
+app="timeside"
+dir="diagram"
+
+if [ ! -d $dir ]; then
+ mkdir $dir
+fi
+
+./manage.py graph_models -a > $dir/$app-all.dot
+./manage.py graph_models $app > $dir/$app.dot
+
+sed -i '/#\ /d' $dir/$app-all.dot
+sed -i '/#\ /d' $dir/$app.dot
+
+dot $dir/$app-all.dot -Tpdf -o $dir/$app-all.pdf
+dot $dir/$app.dot -Tpdf -o $dir/$app.pdf
+
+rsync -a $dir/ doc.parisson.com:/var/www/files/doc/$app/diagram/
--- /dev/null
+digraph model_graph {
+
+ fontname = "Helvetica"
+ fontsize = 8
+ splines = true
+
+ node [
+ fontname = "Helvetica"
+ fontsize = 8
+ shape = "plaintext"
+ ]
+
+ edge [
+ fontname = "Helvetica"
+ fontsize = 8
+ ]
+
+
+
+ timeside_models_DocBaseResource [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">
+ DocBaseResource<BR/><<FONT FACE="Helvetica Italic">BaseResource</FONT>>
+ </FONT></TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_added</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_modified</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">description</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">TextField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">title</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">uuid</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
+ </TD></TR>
+
+ </TABLE>
+ >]
+
+ timeside_models_BaseResource [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">
+ BaseResource
+ </FONT></TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">date_added</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">date_modified</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">uuid</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
+ </TD></TR>
+
+ </TABLE>
+ >]
+
+ timeside_models_Selection [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">
+ Selection<BR/><<FONT FACE="Helvetica Italic">DocBaseResource</FONT>>
+ </FONT></TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT FACE="Helvetica Bold">id</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT FACE="Helvetica Bold">AutoField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">author</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_added</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_modified</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">description</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">TextField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">title</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">uuid</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
+ </TD></TR>
+
+ </TABLE>
+ >]
+
+ timeside_models_Item [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">
+ Item<BR/><<FONT FACE="Helvetica Italic">DocBaseResource</FONT>>
+ </FONT></TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT FACE="Helvetica Bold">id</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT FACE="Helvetica Bold">AutoField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">author</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_added</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_modified</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">description</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">TextField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">file</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">FileField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">hdf5</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">FileField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">lock</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">BooleanField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">mime_type</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">sha1</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">title</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">url</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">URLField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">uuid</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
+ </TD></TR>
+
+ </TABLE>
+ >]
+
+ timeside_models_Experience [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">
+ Experience<BR/><<FONT FACE="Helvetica Italic">DocBaseResource</FONT>>
+ </FONT></TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT FACE="Helvetica Bold">id</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT FACE="Helvetica Bold">AutoField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">author</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_added</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_modified</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">description</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">TextField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">is_public</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">BooleanField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">title</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">uuid</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
+ </TD></TR>
+
+ </TABLE>
+ >]
+
+ timeside_models_Processor [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">
+ Processor
+ </FONT></TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT FACE="Helvetica Bold">id</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT FACE="Helvetica Bold">AutoField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT FACE="Helvetica ">pid</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT FACE="Helvetica ">CharField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">version</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
+ </TD></TR>
+
+ </TABLE>
+ >]
+
+ timeside_models_Preset [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">
+ Preset
+ </FONT></TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT FACE="Helvetica Bold">id</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT FACE="Helvetica Bold">AutoField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">processor</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">is_public</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">BooleanField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">parameters</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">TextField</FONT>
+ </TD></TR>
+
+ </TABLE>
+ >]
+
+ timeside_models_Result [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">
+ Result<BR/><<FONT FACE="Helvetica Italic">BaseResource</FONT>>
+ </FONT></TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT FACE="Helvetica Bold">id</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT FACE="Helvetica Bold">AutoField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">item</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">preset</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_added</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_modified</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">file</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">FileField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">hdf5</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">FileField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">mime_type</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT FACE="Helvetica ">status</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT FACE="Helvetica ">IntegerField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">uuid</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
+ </TD></TR>
+
+ </TABLE>
+ >]
+
+ timeside_models_Task [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">
+ Task
+ </FONT></TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT FACE="Helvetica Bold">id</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT FACE="Helvetica Bold">AutoField</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">author</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">experience</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">selection</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
+ </TD></TR>
+
+ <TR><TD ALIGN="LEFT" BORDER="0">
+ <FONT FACE="Helvetica ">status</FONT>
+ </TD><TD ALIGN="LEFT">
+ <FONT FACE="Helvetica ">IntegerField</FONT>
+ </TD></TR>
+
+ </TABLE>
+ >]
+
+
+
+
+
+ timeside_models_DocBaseResource -> timeside_models_BaseResource
+ [label="abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
+ django_contrib_auth_models_User [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">User</FONT>
+ </TD></TR>
+ </TABLE>
+ >]
+ timeside_models_Selection -> django_contrib_auth_models_User
+ [label="author (selections)"] [arrowhead=none, arrowtail=dot, dir=both];
+
+ timeside_models_Selection -> timeside_models_Item
+ [label="items (selections)"] [arrowhead=dot arrowtail=dot, dir=both];
+
+ timeside_models_Selection -> timeside_models_Selection
+ [label="selections (other_selections)"] [arrowhead=dot arrowtail=dot, dir=both];
+
+ timeside_models_Selection -> timeside_models_DocBaseResource
+ [label="abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
+ django_contrib_auth_models_User [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">User</FONT>
+ </TD></TR>
+ </TABLE>
+ >]
+ timeside_models_Item -> django_contrib_auth_models_User
+ [label="author (items)"] [arrowhead=none, arrowtail=dot, dir=both];
+
+ timeside_models_Item -> timeside_models_DocBaseResource
+ [label="abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
+ django_contrib_auth_models_User [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">User</FONT>
+ </TD></TR>
+ </TABLE>
+ >]
+ timeside_models_Experience -> django_contrib_auth_models_User
+ [label="author (experiences)"] [arrowhead=none, arrowtail=dot, dir=both];
+
+ timeside_models_Experience -> timeside_models_Preset
+ [label="presets (experiences)"] [arrowhead=dot arrowtail=dot, dir=both];
+
+ timeside_models_Experience -> timeside_models_Experience
+ [label="experiences (other_experiences)"] [arrowhead=dot arrowtail=dot, dir=both];
+
+ timeside_models_Experience -> timeside_models_DocBaseResource
+ [label="abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
+
+ timeside_models_Preset -> timeside_models_Processor
+ [label="processor (preset)"] [arrowhead=none, arrowtail=dot, dir=both];
+
+ timeside_models_Result -> timeside_models_Item
+ [label="item (results)"] [arrowhead=none, arrowtail=dot, dir=both];
+
+ timeside_models_Result -> timeside_models_Preset
+ [label="preset (results)"] [arrowhead=none, arrowtail=dot, dir=both];
+
+ timeside_models_Result -> timeside_models_BaseResource
+ [label="abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
+
+ timeside_models_Task -> timeside_models_Experience
+ [label="experience (task)"] [arrowhead=none, arrowtail=dot, dir=both];
+
+ timeside_models_Task -> timeside_models_Selection
+ [label="selection (task)"] [arrowhead=none, arrowtail=dot, dir=both];
+ django_contrib_auth_models_User [label=<
+ <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
+ <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
+ <FONT FACE="Helvetica Bold" COLOR="white">User</FONT>
+ </TD></TR>
+ </TABLE>
+ >]
+ timeside_models_Task -> django_contrib_auth_models_User
+ [label="author (tasks)"] [arrowhead=none, arrowtail=dot, dir=both];
+
+}
+
--- /dev/null
+#!/usr/bin/env python
+import os
+import sys
+
+if __name__ == "__main__":
+ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
+
+ from django.core.management import execute_from_command_line
+
+ execute_from_command_line(sys.argv)
--- /dev/null
+# Django settings for server project.
+
+DEBUG = True
+TEMPLATE_DEBUG = DEBUG
+
+import os, sys
+sys.dont_write_bytecode = True
+
+ADMINS = (
+ # ('Your Name', 'your_email@example.com'),
+)
+
+MANAGERS = ADMINS
+
+# Full filesystem path to the project.
+PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__))
+
+DATABASES = {
+ 'default': {
+ 'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
+ 'NAME': 'timeside.sql', # Or path to database file if using sqlite3.
+ 'USER': '', # Not used with sqlite3.
+ 'PASSWORD': '', # Not used with sqlite3.
+ 'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
+ 'PORT': '', # Set to empty string for default. Not used with sqlite3.
+ }
+}
+
+# Hosts/domain names that are valid for this site; required if DEBUG is False
+# See https://docs.djangoproject.com/en/1.4/ref/settings/#allowed-hosts
+ALLOWED_HOSTS = []
+
+# Local time zone for this installation. Choices can be found here:
+# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
+# although not all choices may be available on all operating systems.
+# In a Windows environment this must be set to your system time zone.
+TIME_ZONE = 'Europe/Paris'
+
+# Language code for this installation. All choices can be found here:
+# http://www.i18nguy.com/unicode/language-identifiers.html
+LANGUAGE_CODE = 'fr-fr'
+
+SITE_ID = 1
+
+# If you set this to False, Django will make some optimizations so as not
+# to load the internationalization machinery.
+USE_I18N = True
+
+# If you set this to False, Django will not format dates, numbers and
+# calendars according to the current locale.
+USE_L10N = True
+
+# If you set this to False, Django will not use timezone-aware datetimes.
+USE_TZ = True
+
+# Absolute filesystem path to the directory that will hold user-uploaded files.
+# Example: "/home/media/media.lawrence.com/media/"
+MEDIA_ROOT = PROJECT_ROOT + '/media/'
+
+# URL that handles the media served from MEDIA_ROOT. Make sure to use a
+# trailing slash.
+# Examples: "http://media.lawrence.com/media/", "http://example.com/media/"
+MEDIA_URL = '/media/'
+
+# Absolute path to the directory static files should be collected to.
+# Don't put anything in this directory yourself; store your static files
+# in apps' "static/" subdirectories and in STATICFILES_DIRS.
+# Example: "/home/media/media.lawrence.com/static/"
+STATIC_ROOT = '/var/www/static'
+
+# URL prefix for static files.
+# Example: "http://media.lawrence.com/static/"
+STATIC_URL = '/static/'
+
+# Additional locations of static files
+STATICFILES_DIRS = (
+ # Put strings here, like "/home/html/static" or "C:/www/django/static".
+ # Always use forward slashes, even on Windows.
+ # Don't forget to use absolute paths, not relative paths.
+)
+
+# List of finder classes that know how to find static files in
+# various locations.
+STATICFILES_FINDERS = (
+ 'django.contrib.staticfiles.finders.FileSystemFinder',
+ 'django.contrib.staticfiles.finders.AppDirectoriesFinder',
+# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
+)
+
+# Make this unique, and don't share it with anybody.
+SECRET_KEY = '5%z&a3r@t0=xr2eaio+400qf-32$b5zp897pr*wh5i^s4(-+3('
+
+# List of callables that know how to import templates from various sources.
+TEMPLATE_LOADERS = (
+ 'django.template.loaders.filesystem.Loader',
+ 'django.template.loaders.app_directories.Loader',
+# 'django.template.loaders.eggs.Loader',
+)
+
+MIDDLEWARE_CLASSES = (
+ 'django.middleware.common.CommonMiddleware',
+ 'django.contrib.sessions.middleware.SessionMiddleware',
+ 'django.middleware.csrf.CsrfViewMiddleware',
+ 'django.contrib.auth.middleware.AuthenticationMiddleware',
+ 'django.contrib.messages.middleware.MessageMiddleware',
+ # Uncomment the next line for simple clickjacking protection:
+ # 'django.middleware.clickjacking.XFrameOptionsMiddleware',
+)
+
+ROOT_URLCONF = 'urls'
+
+# Python dotted path to the WSGI application used by Django's runserver.
+WSGI_APPLICATION = 'wsgi.application'
+
+TEMPLATE_DIRS = (
+ # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
+ # Always use forward slashes, even on Windows.
+ # Don't forget to use absolute paths, not relative paths.
+)
+
+INSTALLED_APPS = (
+ 'django.contrib.auth',
+ 'django.contrib.contenttypes',
+ 'django.contrib.sessions',
+ 'django.contrib.sites',
+ 'django.contrib.messages',
+ 'django.contrib.staticfiles',
+ # Uncomment the next line to enable the admin:
+ 'django.contrib.admin',
+ # Uncomment the next line to enable admin documentation:
+ # 'django.contrib.admindocs',
+ 'django_extensions',
+ 'south',
+ 'timeside.server',
+ 'timeside.player',
+ 'rest_framework',
+)
+
+# A sample logging configuration. The only tangible logging
+# performed by this configuration is to send an email to
+# the site admins on every HTTP 500 error when DEBUG=False.
+# See http://docs.djangoproject.com/en/dev/topics/logging for
+# more details on how to customize your logging configuration.
+LOGGING = {
+ 'version': 1,
+ 'disable_existing_loggers': False,
+ 'filters': {
+ 'require_debug_false': {
+ '()': 'django.utils.log.RequireDebugFalse'
+ }
+ },
+ 'handlers': {
+ 'mail_admins': {
+ 'level': 'ERROR',
+ 'filters': ['require_debug_false'],
+ 'class': 'django.utils.log.AdminEmailHandler'
+ }
+ },
+ 'loggers': {
+ 'django.request': {
+ 'handlers': ['mail_admins'],
+ 'level': 'ERROR',
+ 'propagate': True,
+ },
+ }
+}
+
+REST_FRAMEWORK = {
+}
--- /dev/null
+../../../timeside
\ No newline at end of file
--- /dev/null
+#!/bin/sh
+
+./manage.py schemamigration timeside --auto
+./manage.py migrate timeside
+
--- /dev/null
+from django.conf.urls import patterns, include, url
+
+# Uncomment the next two lines to enable the admin:
+from django.contrib import admin
+admin.autodiscover()
+
+urlpatterns = patterns('',
+
+ url(r'^', include('timeside.server.urls')),
+
+ # Examples:
+ # url(r'^$', 'server.views.home', name='home'),
+ # url(r'^server/', include('server.foo.urls')),
+
+ # Uncomment the admin/doc line below to enable admin documentation:
+ # url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
+
+ # Uncomment the next line to enable the admin:
+ url(r'^admin/', include(admin.site.urls)),
+)
--- /dev/null
+[uwsgi]
+# this config will be loaded if nothing specific is specified
+# load base config from below
+ini = :base
+
+# %d is the dir this configuration file is in
+socket = %dapp.sock
+master = true
+processes = 4
+
+[dev]
+ini = :base
+# socket (uwsgi) is not the same as http, nor http-socket
+socket = :8001
+
+
+[local]
+ini = :base
+http = :8000
+# set the virtual env to use
+home=/home/me/.virtualenv
+
+
+[base]
+# chdir to the folder of this config file, plus app/website
+chdir = %d
+
+# load the module from wsgi.py, it is a python path from
+# the directory above.
+module = wsgi
+
+# allow anyone to connect to the socket. This is very permissive
+chmod-socket=666
+
+auto-reload = %dwsgi.py
\ No newline at end of file
--- /dev/null
+"""
+WSGI config for server project.
+
+This module contains the WSGI application used by Django's development server
+and any production WSGI deployments. It should expose a module-level variable
+named ``application``. Django's ``runserver`` and ``runfcgi`` commands discover
+this application via the ``WSGI_APPLICATION`` setting.
+
+Usually you will have the standard Django WSGI application here, but it also
+might make sense to replace the whole Django WSGI application with a custom one
+that later delegates to the Django one. For example, you could introduce WSGI
+middleware here, or combine a Django application with an application of another
+framework.
+
+"""
+import os, sys
+
+os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
+
+# This application object is used by any WSGI server configured to use this
+# file. This includes Django's development server, if the WSGI_APPLICATION
+# setting points here.
+from django.core.wsgi import get_wsgi_application
+application = get_wsgi_application()
+
+# Apply WSGI middleware here.
+# from helloworld.wsgi import HelloWorldApplication
+# application = HelloWorldApplication(application)
+++ /dev/null
-#!/bin/sh
-
-app="timeside"
-dir="diagram"
-
-if [ ! -d $dir ]; then
- mkdir $dir
-fi
-
-./manage.py graph_models -a > $dir/$app-all.dot
-./manage.py graph_models $app > $dir/$app.dot
-
-sed -i '/#\ /d' $dir/$app-all.dot
-sed -i '/#\ /d' $dir/$app.dot
-
-dot $dir/$app-all.dot -Tpdf -o $dir/$app-all.pdf
-dot $dir/$app.dot -Tpdf -o $dir/$app.pdf
-
-rsync -a $dir/ doc.parisson.com:/var/www/files/doc/$app/diagram/
+++ /dev/null
-digraph model_graph {
-
- fontname = "Helvetica"
- fontsize = 8
- splines = true
-
- node [
- fontname = "Helvetica"
- fontsize = 8
- shape = "plaintext"
- ]
-
- edge [
- fontname = "Helvetica"
- fontsize = 8
- ]
-
-
-
- timeside_models_DocBaseResource [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">
- DocBaseResource<BR/><<FONT FACE="Helvetica Italic">BaseResource</FONT>>
- </FONT></TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_added</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_modified</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">description</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">TextField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">title</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">uuid</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
- </TD></TR>
-
- </TABLE>
- >]
-
- timeside_models_BaseResource [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">
- BaseResource
- </FONT></TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">date_added</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">date_modified</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">uuid</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
- </TD></TR>
-
- </TABLE>
- >]
-
- timeside_models_Selection [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">
- Selection<BR/><<FONT FACE="Helvetica Italic">DocBaseResource</FONT>>
- </FONT></TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT FACE="Helvetica Bold">id</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT FACE="Helvetica Bold">AutoField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">author</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_added</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_modified</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">description</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">TextField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">title</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">uuid</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
- </TD></TR>
-
- </TABLE>
- >]
-
- timeside_models_Item [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">
- Item<BR/><<FONT FACE="Helvetica Italic">DocBaseResource</FONT>>
- </FONT></TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT FACE="Helvetica Bold">id</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT FACE="Helvetica Bold">AutoField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">author</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_added</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_modified</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">description</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">TextField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">file</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">FileField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">hdf5</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">FileField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">lock</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">BooleanField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">mime_type</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">sha1</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">title</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">url</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">URLField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">uuid</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
- </TD></TR>
-
- </TABLE>
- >]
-
- timeside_models_Experience [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">
- Experience<BR/><<FONT FACE="Helvetica Italic">DocBaseResource</FONT>>
- </FONT></TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT FACE="Helvetica Bold">id</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT FACE="Helvetica Bold">AutoField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">author</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_added</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_modified</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">description</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">TextField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">is_public</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">BooleanField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">title</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">uuid</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
- </TD></TR>
-
- </TABLE>
- >]
-
- timeside_models_Processor [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">
- Processor
- </FONT></TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT FACE="Helvetica Bold">id</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT FACE="Helvetica Bold">AutoField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT FACE="Helvetica ">pid</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT FACE="Helvetica ">CharField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">version</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
- </TD></TR>
-
- </TABLE>
- >]
-
- timeside_models_Preset [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">
- Preset
- </FONT></TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT FACE="Helvetica Bold">id</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT FACE="Helvetica Bold">AutoField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">processor</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">is_public</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">BooleanField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">parameters</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">TextField</FONT>
- </TD></TR>
-
- </TABLE>
- >]
-
- timeside_models_Result [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">
- Result<BR/><<FONT FACE="Helvetica Italic">BaseResource</FONT>>
- </FONT></TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT FACE="Helvetica Bold">id</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT FACE="Helvetica Bold">AutoField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">item</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">preset</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_added</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">date_modified</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">DateTimeField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">file</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">FileField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">hdf5</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">FileField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">mime_type</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica ">CharField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT FACE="Helvetica ">status</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT FACE="Helvetica ">IntegerField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">uuid</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Italic">CharField</FONT>
- </TD></TR>
-
- </TABLE>
- >]
-
- timeside_models_Task [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">
- Task
- </FONT></TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT FACE="Helvetica Bold">id</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT FACE="Helvetica Bold">AutoField</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">author</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">experience</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">selection</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT COLOR="#7B7B7B" FACE="Helvetica Bold">ForeignKey (id)</FONT>
- </TD></TR>
-
- <TR><TD ALIGN="LEFT" BORDER="0">
- <FONT FACE="Helvetica ">status</FONT>
- </TD><TD ALIGN="LEFT">
- <FONT FACE="Helvetica ">IntegerField</FONT>
- </TD></TR>
-
- </TABLE>
- >]
-
-
-
-
-
- timeside_models_DocBaseResource -> timeside_models_BaseResource
- [label="abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
- django_contrib_auth_models_User [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">User</FONT>
- </TD></TR>
- </TABLE>
- >]
- timeside_models_Selection -> django_contrib_auth_models_User
- [label="author (selections)"] [arrowhead=none, arrowtail=dot, dir=both];
-
- timeside_models_Selection -> timeside_models_Item
- [label="items (selections)"] [arrowhead=dot arrowtail=dot, dir=both];
-
- timeside_models_Selection -> timeside_models_Selection
- [label="selections (other_selections)"] [arrowhead=dot arrowtail=dot, dir=both];
-
- timeside_models_Selection -> timeside_models_DocBaseResource
- [label="abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
- django_contrib_auth_models_User [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">User</FONT>
- </TD></TR>
- </TABLE>
- >]
- timeside_models_Item -> django_contrib_auth_models_User
- [label="author (items)"] [arrowhead=none, arrowtail=dot, dir=both];
-
- timeside_models_Item -> timeside_models_DocBaseResource
- [label="abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
- django_contrib_auth_models_User [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">User</FONT>
- </TD></TR>
- </TABLE>
- >]
- timeside_models_Experience -> django_contrib_auth_models_User
- [label="author (experiences)"] [arrowhead=none, arrowtail=dot, dir=both];
-
- timeside_models_Experience -> timeside_models_Preset
- [label="presets (experiences)"] [arrowhead=dot arrowtail=dot, dir=both];
-
- timeside_models_Experience -> timeside_models_Experience
- [label="experiences (other_experiences)"] [arrowhead=dot arrowtail=dot, dir=both];
-
- timeside_models_Experience -> timeside_models_DocBaseResource
- [label="abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
-
- timeside_models_Preset -> timeside_models_Processor
- [label="processor (preset)"] [arrowhead=none, arrowtail=dot, dir=both];
-
- timeside_models_Result -> timeside_models_Item
- [label="item (results)"] [arrowhead=none, arrowtail=dot, dir=both];
-
- timeside_models_Result -> timeside_models_Preset
- [label="preset (results)"] [arrowhead=none, arrowtail=dot, dir=both];
-
- timeside_models_Result -> timeside_models_BaseResource
- [label="abstract\ninheritance"] [arrowhead=empty, arrowtail=none, dir=both];
-
- timeside_models_Task -> timeside_models_Experience
- [label="experience (task)"] [arrowhead=none, arrowtail=dot, dir=both];
-
- timeside_models_Task -> timeside_models_Selection
- [label="selection (task)"] [arrowhead=none, arrowtail=dot, dir=both];
- django_contrib_auth_models_User [label=<
- <TABLE BGCOLOR="palegoldenrod" BORDER="0" CELLBORDER="0" CELLSPACING="0">
- <TR><TD COLSPAN="2" CELLPADDING="4" ALIGN="CENTER" BGCOLOR="olivedrab4">
- <FONT FACE="Helvetica Bold" COLOR="white">User</FONT>
- </TD></TR>
- </TABLE>
- >]
- timeside_models_Task -> django_contrib_auth_models_User
- [label="author (tasks)"] [arrowhead=none, arrowtail=dot, dir=both];
-
-}
-
+++ /dev/null
-#!/usr/bin/env python
-import os
-import sys
-
-if __name__ == "__main__":
- os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
-
- from django.core.management import execute_from_command_line
-
- execute_from_command_line(sys.argv)
+++ /dev/null
-# Django settings for server project.
-
-DEBUG = True
-TEMPLATE_DEBUG = DEBUG
-
-import os, sys
-sys.dont_write_bytecode = True
-
-ADMINS = (
- # ('Your Name', 'your_email@example.com'),
-)
-
-MANAGERS = ADMINS
-
-# Full filesystem path to the project.
-PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__))
-
-DATABASES = {
- 'default': {
- 'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
- 'NAME': 'timeside.sql', # Or path to database file if using sqlite3.
- 'USER': '', # Not used with sqlite3.
- 'PASSWORD': '', # Not used with sqlite3.
- 'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
- 'PORT': '', # Set to empty string for default. Not used with sqlite3.
- }
-}
-
-# Hosts/domain names that are valid for this site; required if DEBUG is False
-# See https://docs.djangoproject.com/en/1.4/ref/settings/#allowed-hosts
-ALLOWED_HOSTS = []
-
-# Local time zone for this installation. Choices can be found here:
-# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
-# although not all choices may be available on all operating systems.
-# In a Windows environment this must be set to your system time zone.
-TIME_ZONE = 'Europe/Paris'
-
-# Language code for this installation. All choices can be found here:
-# http://www.i18nguy.com/unicode/language-identifiers.html
-LANGUAGE_CODE = 'fr-fr'
-
-SITE_ID = 1
-
-# If you set this to False, Django will make some optimizations so as not
-# to load the internationalization machinery.
-USE_I18N = True
-
-# If you set this to False, Django will not format dates, numbers and
-# calendars according to the current locale.
-USE_L10N = True
-
-# If you set this to False, Django will not use timezone-aware datetimes.
-USE_TZ = True
-
-# Absolute filesystem path to the directory that will hold user-uploaded files.
-# Example: "/home/media/media.lawrence.com/media/"
-MEDIA_ROOT = PROJECT_ROOT + '/media/'
-
-# URL that handles the media served from MEDIA_ROOT. Make sure to use a
-# trailing slash.
-# Examples: "http://media.lawrence.com/media/", "http://example.com/media/"
-MEDIA_URL = '/media/'
-
-# Absolute path to the directory static files should be collected to.
-# Don't put anything in this directory yourself; store your static files
-# in apps' "static/" subdirectories and in STATICFILES_DIRS.
-# Example: "/home/media/media.lawrence.com/static/"
-STATIC_ROOT = '/var/www/static'
-
-# URL prefix for static files.
-# Example: "http://media.lawrence.com/static/"
-STATIC_URL = '/static/'
-
-# Additional locations of static files
-STATICFILES_DIRS = (
- # Put strings here, like "/home/html/static" or "C:/www/django/static".
- # Always use forward slashes, even on Windows.
- # Don't forget to use absolute paths, not relative paths.
-)
-
-# List of finder classes that know how to find static files in
-# various locations.
-STATICFILES_FINDERS = (
- 'django.contrib.staticfiles.finders.FileSystemFinder',
- 'django.contrib.staticfiles.finders.AppDirectoriesFinder',
-# 'django.contrib.staticfiles.finders.DefaultStorageFinder',
-)
-
-# Make this unique, and don't share it with anybody.
-SECRET_KEY = '5%z&a3r@t0=xr2eaio+400qf-32$b5zp897pr*wh5i^s4(-+3('
-
-# List of callables that know how to import templates from various sources.
-TEMPLATE_LOADERS = (
- 'django.template.loaders.filesystem.Loader',
- 'django.template.loaders.app_directories.Loader',
-# 'django.template.loaders.eggs.Loader',
-)
-
-MIDDLEWARE_CLASSES = (
- 'django.middleware.common.CommonMiddleware',
- 'django.contrib.sessions.middleware.SessionMiddleware',
- 'django.middleware.csrf.CsrfViewMiddleware',
- 'django.contrib.auth.middleware.AuthenticationMiddleware',
- 'django.contrib.messages.middleware.MessageMiddleware',
- # Uncomment the next line for simple clickjacking protection:
- # 'django.middleware.clickjacking.XFrameOptionsMiddleware',
-)
-
-ROOT_URLCONF = 'urls'
-
-# Python dotted path to the WSGI application used by Django's runserver.
-WSGI_APPLICATION = 'wsgi.application'
-
-TEMPLATE_DIRS = (
- # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
- # Always use forward slashes, even on Windows.
- # Don't forget to use absolute paths, not relative paths.
-)
-
-INSTALLED_APPS = (
- 'django.contrib.auth',
- 'django.contrib.contenttypes',
- 'django.contrib.sessions',
- 'django.contrib.sites',
- 'django.contrib.messages',
- 'django.contrib.staticfiles',
- # Uncomment the next line to enable the admin:
- 'django.contrib.admin',
- # Uncomment the next line to enable admin documentation:
- # 'django.contrib.admindocs',
- 'django_extensions',
- 'south',
- 'timeside.server',
- 'timeside.player',
- 'rest_framework',
-)
-
-# A sample logging configuration. The only tangible logging
-# performed by this configuration is to send an email to
-# the site admins on every HTTP 500 error when DEBUG=False.
-# See http://docs.djangoproject.com/en/dev/topics/logging for
-# more details on how to customize your logging configuration.
-LOGGING = {
- 'version': 1,
- 'disable_existing_loggers': False,
- 'filters': {
- 'require_debug_false': {
- '()': 'django.utils.log.RequireDebugFalse'
- }
- },
- 'handlers': {
- 'mail_admins': {
- 'level': 'ERROR',
- 'filters': ['require_debug_false'],
- 'class': 'django.utils.log.AdminEmailHandler'
- }
- },
- 'loggers': {
- 'django.request': {
- 'handlers': ['mail_admins'],
- 'level': 'ERROR',
- 'propagate': True,
- },
- }
-}
-
-REST_FRAMEWORK = {
-}
+++ /dev/null
-../../../timeside
\ No newline at end of file
+++ /dev/null
-#!/bin/sh
-
-./manage.py schemamigration timeside --auto
-./manage.py migrate timeside
-
+++ /dev/null
-from django.conf.urls import patterns, include, url
-
-# Uncomment the next two lines to enable the admin:
-from django.contrib import admin
-admin.autodiscover()
-
-urlpatterns = patterns('',
-
- url(r'^', include('timeside.server.urls')),
-
- # Examples:
- # url(r'^$', 'server.views.home', name='home'),
- # url(r'^server/', include('server.foo.urls')),
-
- # Uncomment the admin/doc line below to enable admin documentation:
- # url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
-
- # Uncomment the next line to enable the admin:
- url(r'^admin/', include(admin.site.urls)),
-)
+++ /dev/null
-[uwsgi]
-# this config will be loaded if nothing specific is specified
-# load base config from below
-ini = :base
-
-# %d is the dir this configuration file is in
-socket = %dapp.sock
-master = true
-processes = 4
-
-[dev]
-ini = :base
-# socket (uwsgi) is not the same as http, nor http-socket
-socket = :8001
-
-
-[local]
-ini = :base
-http = :8000
-# set the virtual env to use
-home=/home/me/.virtualenv
-
-
-[base]
-# chdir to the folder of this config file, plus app/website
-chdir = %d
-
-# load the module from wsgi.py, it is a python path from
-# the directory above.
-module = wsgi
-
-# allow anyone to connect to the socket. This is very permissive
-chmod-socket=666
-
-auto-reload = %dwsgi.py
\ No newline at end of file
+++ /dev/null
-"""
-WSGI config for server project.
-
-This module contains the WSGI application used by Django's development server
-and any production WSGI deployments. It should expose a module-level variable
-named ``application``. Django's ``runserver`` and ``runfcgi`` commands discover
-this application via the ``WSGI_APPLICATION`` setting.
-
-Usually you will have the standard Django WSGI application here, but it also
-might make sense to replace the whole Django WSGI application with a custom one
-that later delegates to the Django one. For example, you could introduce WSGI
-middleware here, or combine a Django application with an application of another
-framework.
-
-"""
-import os, sys
-
-os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings")
-
-# This application object is used by any WSGI server configured to use this
-# file. This includes Django's development server, if the WSGI_APPLICATION
-# setting points here.
-from django.core.wsgi import get_wsgi_application
-application = get_wsgi_application()
-
-# Apply WSGI middleware here.
-# from helloworld.wsgi import HelloWorldApplication
-# application = HelloWorldApplication(application)