Commit 977cfb6f authored by Administrator's avatar Administrator

tutorial with node orm

parent 3818a96f
from django.contrib.auth.models import User
from django.db import models
from django.utils import timezone
from django_hstore import hstore
from treebeard.mp_tree import MP_Node
######################################################################
# DATABASES / LANGUAGES
......
......@@ -61,6 +61,7 @@ INSTALLED_APPS = (
'django_extensions',
#'south',
'documents',
'node',
'django_hstore',
)
......
This diff is collapsed.
......@@ -62,8 +62,6 @@
<script src="{% static "js/jquery-1.9.1.min.js"%}"></script>
<script src="{% static "js/easy/jquery.easypiechart.js"%}"></script>
<script type="text/javascript">
......@@ -76,7 +74,6 @@ $(function() {
</script>
<script src="{% static "js/bootstrap.min.js" %}"></script>
</body>
</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