Index: trunk/Makefile
===================================================================
--- trunk/Makefile	(revision 6319)
+++ trunk/Makefile	(revision 6340)
@@ -1,3 +1,3 @@
-SQLDB="sqllite.db"
+SQLDB="exodus.db"
 
 help:
@@ -9,13 +9,13 @@
 debug:
 #Run server in extra debugging mode
-	@./sampleserver/manage.py runserver_plus 8000 --pythonpath=`pwd`
+	@./bin/django runserver_plus
 
 run:
 #Run server in normal power mode
-	@./sampleserver/manage.py runserver 8000 --pythonpath=`pwd`
+	@./bin/django runserver
 
 init:
 #Re-init database
-	@echo "no" | ./sampleserver/manage.py syncdb --pythonpath=`pwd`
+	@echo "no" | ./bin/django syncdb 
 
 debug-init:
@@ -33,2 +33,4 @@
 #Intended usage for batch runs only e.g. no debug server
 
+
+
