Commit 977cfb6f authored by Administrator's avatar Administrator

tutorial with node orm

parent 3818a96f
from django.contrib.auth.models import User from django.contrib.auth.models import User
from django.db import models from django.db import models
from django.utils import timezone from django.utils import timezone
from django_hstore import hstore from django_hstore import hstore
from treebeard.mp_tree import MP_Node
###################################################################### ######################################################################
# DATABASES / LANGUAGES # DATABASES / LANGUAGES
......
...@@ -61,6 +61,7 @@ INSTALLED_APPS = ( ...@@ -61,6 +61,7 @@ INSTALLED_APPS = (
'django_extensions', 'django_extensions',
#'south', #'south',
'documents', 'documents',
'node',
'django_hstore', 'django_hstore',
) )
......
This diff is collapsed.
...@@ -62,8 +62,6 @@ ...@@ -62,8 +62,6 @@
<script src="{% static "js/jquery-1.9.1.min.js"%}"></script> <script src="{% static "js/jquery-1.9.1.min.js"%}"></script>
<script src="{% static "js/easy/jquery.easypiechart.js"%}"></script> <script src="{% static "js/easy/jquery.easypiechart.js"%}"></script>
<script type="text/javascript"> <script type="text/javascript">
...@@ -76,7 +74,6 @@ $(function() { ...@@ -76,7 +74,6 @@ $(function() {
</script> </script>
<script src="{% static "js/bootstrap.min.js" %}"></script> <script src="{% static "js/bootstrap.min.js" %}"></script>
</body> </body>
</html> </html>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment