Re: tree.io installation with django

2012-09-20 Thread Fabian Weiss
And YES again! :) That solved it! 
No alomost everything works! :)
Just when I go to /calendar/settings/integration I see: "available 
resources: loading.." Is it normal?

Greetings and THX :)

Am Donnerstag, 20. September 2012 20:34:17 UTC+2 schrieb Nick Apostolakis:
>
> On 20/09/2012 08:31 πμ, Fabian Weiss wrote: 
> > The trouble is still not over :( :( 
> > When I click on Calendar or Projects I get the error in the top: 
> "Something 
> > went wrong..." 
> > Exactly because of these two features I installed the software.. :/ 
> > So I remove the # in the link to activate the debug output and I 
> > get: http://snipurl.com/251x8oz 
> > (1054, "Unknown column 'projects_task.depends_id' in 'field list'") 
> > Does somebody know a solution? 
> > 
> > 
> I think that there is a south migration you have to perform 
> try python manage.py migrate projects 
>
> -- 
>   -- 
> Nick Apostolakis 
>e-mail: nick...@oncrete.gr  
>   Web Site: http://nick.oncrete.gr 
>   -- 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/-mbU6UPDl0cJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: tree.io installation with django

2012-09-19 Thread Fabian Weiss
The trouble is still not over :( :(
When I click on Calendar or Projects I get the error in the top: "Something 
went wrong..."
Exactly because of these two features I installed the software.. :/
So I remove the # in the link to activate the debug output and I 
get: http://snipurl.com/251x8oz
(1054, "Unknown column 'projects_task.depends_id' in 'field list'")
Does somebody know a solution?


Am Mittwoch, 19. September 2012 19:23:24 UTC+2 schrieb Nick Apostolakis:
>
> On 18/09/2012 10:33 οΏ½οΏ½, Fabian Weiss wrote: 
> > YES! I got this error: http://snipurl.com/251cbjb 
> > After doing your MySQL Code it WORKS!! :) 
> > THX alot! 
> > 
> > 
> > 
>
> You are welcome :) 
>
> -- 
>   -- 
> Nick Apostolakis 
>e-mail: nick...@oncrete.gr  
>   Web Site: http://nick.oncrete.gr 
>   -- 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/YsEditq_J7wJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: tree.io installation with django

2012-09-18 Thread Fabian Weiss
YES! I got this error: http://snipurl.com/251cbjb
After doing your MySQL Code it WORKS!! :)
THX alot!


Am Dienstag, 18. September 2012 19:54:17 UTC+2 schrieb Nick Apostolakis:
>
> On 18/09/2012 08:47 πμ, Fabian Weiss wrote: 
> > Just I cannot login! :-D 
> > admin/admin doesn't work.. :/ 
> > Does it has something to do with settings.py? 
> > 
> > ADMINS = ( 
> >  # ('Your Name', 'your_...@domain.com '), 
> > ) 
> > 
> > Should I done this before I start installation?? 
> > 
> > 
> during my installation it failed to install the initial mysql data 
> so i have done a manual import of mysql initial data using this command 
>
> mysql -u treeiouser -p< sql/mysql-treeio-current.sql treeio 
>
> maybe your problem is the same 
>
> -- 
>   -- 
> Nick Apostolakis 
>e-mail: nick...@oncrete.gr  
>   Web Site: http://nick.oncrete.gr 
>   -- 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/ppO6ktJEiuEJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: tree.io installation with django

2012-09-17 Thread Fabian Weiss
Just I cannot login! :-D
admin/admin doesn't work.. :/
Does it has something to do with settings.py?

ADMINS = (
# ('Your Name', 'your_em...@domain.com'),
)
 
Should I done this before I start installation??

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/nlLMs0j3dFoJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: tree.io installation with django

2012-09-17 Thread Fabian Weiss
WOHO! THX Guys! :)
This worked! Why is the INSTALL of the tarball other than the instruction 
on git???
So now it works and I am happy! :)

Am Montag, 17. September 2012 15:22:41 UTC+2 schrieb Nick Apostolakis:
>
> On 16/09/2012 11:53 οΏ½οΏ½, Fabian Weiss wrote: 
> > Allright, I didnt know that! So here are the requirments! I deinstalled 
> > django debian packet and used pip. Works very well! But some of the 
> > requiered software is also available and installed on my system through 
> > APT! For example python-dateutil. What to do? Deinstall it and install 
> it 
> > with pip?? 
> > 
> > I did like this "pip install -U Django==1.3" for the hole list: 
> > 
> > Django==1.3 
> > Pygments==1.3.1 
> > south 
> > jinja2==2.5.2 
> > coffin 
> > hashlib 
> > PIL 
> > html5lib==0.90 
> > oauth2 
> > whoosh 
> > python-dateutil 
> > django-dajax 
> > django-dajaxice 
> > django-piston==0.2.2 
> > django-simple-captcha 
> > unidecode 
> > django-websocket 
> > docutils 
> > simplejson 
> > sphinx 
> > johnny-cache 
> > django-pandora 
> > 
> > Than I startet again from scratch. I created the treeio dir and went 
> into 
> > this. I started the configure as root, works well. Then the patch, and 
> this 
> > time it made trouble! 
> > http://snipurl.com/250l4g8 
> > Datei oder Verzeichnis nicht gefunden = File or directory not found. 
> > 
> > As usual I just continued with "python manage.py installdb" and "python 
> > manage.py loaddata data.json" and as usual I got the same error: 
> > "django.core.exceptions.ImproperlyConfigured: You're using the 
> staticfiles 
> > app without having set the STATIC_ROOT setting." 
> > 
> > Sorry, but: I STILL DONT KNOW WHERE TO ENTER MY MYSQL INFORMATION!??? 
> > 
> > But, this time I can see something!!! :) http://project.immersight.de/ 
> > But what I now wrong?? 
> > 
> > 
> > 
> when you use virtualenv your system configuration is bypassed altogether. 
> I have installed tree.io three days ago (after seeing your first email 
> to the list) using the source code and the instructions at github 
>
> https://github.com/treeio/treeio 
>
>
> I should say that you need to follow the instructions closely otherwise 
> you will get errors. 
>
> -- 
>   -- 
> Nick Apostolakis 
>e-mail: nick...@oncrete.gr  
>   Web Site: http://nick.oncrete.gr 
>   -- 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/KNYMEroWg00J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: tree.io installation with django

2012-09-16 Thread Fabian Weiss
Well, I really dont know what to do :( All I can show you is the Apache log:

[Sun Sep 16 21:45:58 2012] [error] 
/usr/local/lib/python2.7/dist-packages/jinja2/__init__.py:31: UserWarning: 
Module hashlib was already imported from /usr/lib/python2.7/hashlib.pyc, 
but /usr/local/lib/python2.7/dist-packages is being added to sys.path
[Sun Sep 16 21:45:58 2012] [error]   __version__ = 
__import__('pkg_resources') \\


Am Montag, 17. September 2012 01:59:09 UTC+2 schrieb Mike Dewhirst:
>
> On 16/09/2012 6:41am, Fabian Weiss wrote: 
> > The invalid syntax thing is also a bit odd, as it looks valid to me. 
> > 
>
> I haven't followed this thread but whenever I get an invalid syntax 
> error with valid syntax it is usually a problem with an earlier line. In 
> my cases it is often a missing comma or mis-matched parenthesis. 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/UUfBUZPpXcgJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: tree.io installation with django

2012-09-16 Thread Fabian Weiss
Allright, I didnt know that! So here are the requirments! I deinstalled 
django debian packet and used pip. Works very well! But some of the 
requiered software is also available and installed on my system through 
APT! For example python-dateutil. What to do? Deinstall it and install it 
with pip??

I did like this "pip install -U Django==1.3" for the hole list:

Django==1.3
Pygments==1.3.1
south
jinja2==2.5.2
coffin
hashlib
PIL
html5lib==0.90
oauth2
whoosh
python-dateutil
django-dajax
django-dajaxice
django-piston==0.2.2
django-simple-captcha
unidecode
django-websocket
docutils
simplejson
sphinx
johnny-cache
django-pandora

Than I startet again from scratch. I created the treeio dir and went into 
this. I started the configure as root, works well. Then the patch, and this 
time it made trouble!
http://snipurl.com/250l4g8
Datei oder Verzeichnis nicht gefunden = File or directory not found.

As usual I just continued with "python manage.py installdb" and "python 
manage.py loaddata data.json" and as usual I got the same error: 
"django.core.exceptions.ImproperlyConfigured: You're using the staticfiles 
app without having set the STATIC_ROOT setting."

Sorry, but: I STILL DONT KNOW WHERE TO ENTER MY MYSQL INFORMATION!???

But, this time I can see something!!! :) http://project.immersight.de/
But what I now wrong??






Am Sonntag, 16. September 2012 13:54:57 UTC+2 schrieb Nick Apostolakis:
>
> On 16/09/2012 12:01 μμ, Fabian Weiss wrote: 
> > I would like to do, but my Debian Distribution just offers 1.4! Maybe I 
> can 
> > install another one, but than I probably get Version missmatch.. :/ 
> > 
> > 
> You could install any version you like through the use of pip an virtual 
> env 
> Check it out. Its quite simple and it is a very valuable technique 
>
>
> -- 
>   -- 
> Nick Apostolakis 
>e-mail: nick...@oncrete.gr  
>   Web Site: http://nick.oncrete.gr 
>   -- 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/G-7DntC1__QJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: tree.io installation with django

2012-09-16 Thread Fabian Weiss
I would like to do, but my Debian Distribution just offers 1.4! Maybe I can 
install another one, but than I probably get Version missmatch.. :/

Am Samstag, 15. September 2012 23:32:06 UTC+2 schrieb Nick Apostolakis:
>
>
>
> On Sat, Sep 15, 2012 at 11:41 PM, Fabian Weiss 
> 
> > wrote:
>
>> I do so! I tried now this one: 
>> http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/
>> And it works! :) 
>> http://project.immersight.de/
>>
>> I tried again all I could find in the net for treeio, but nothing works :(
>> How can I totally remove all my steps? Is it just to delete the 
>> directories? Or is there something to do in a database?
>>
>> Maybe I have a version of django which is too new? It is 1.4.1
>>
>> http://nopaste.immersight.de/?34b6a29be67dd853#dvMCsmIWwYZUWV2qKMFxGLMI4pq+O3PiPy2iHAp3ZzQ=
>>
>>
>>
> Why don't you use django 1.3 as it is described in the requirements file?
> Thats a simple way to see if you problems stem from django version 
> incompatibility
>
> -- 
> ---
> Nick Apostolakis
> email:n...@oncrete.gr 
> Web Site: http://nick.oncrete.gr
> ---
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/OhxNk25kIIkJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: tree.io installation with django

2012-09-15 Thread Fabian Weiss
I do so! I tried now this one: 
http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/
And it works! :) 
http://project.immersight.de/

I tried again all I could find in the net for treeio, but nothing works :(
How can I totally remove all my steps? Is it just to delete the 
directories? Or is there something to do in a database?

Maybe I have a version of django which is too new? It is 1.4.1
http://nopaste.immersight.de/?34b6a29be67dd853#dvMCsmIWwYZUWV2qKMFxGLMI4pq+O3PiPy2iHAp3ZzQ=


Am Mittwoch, 12. September 2012 21:06:04 UTC+2 schrieb Cal Leeming 
[Simplicity Media Ltd]:
>
> I think this looks like an incompatible Django version to be honest, 
> coupled with some other weird/wonderful problems.
>
> The invalid syntax thing is also a bit odd, as it looks valid to me.
>
> My advice would be to start again from scratch with the installation 
> tutorial, and see if you can get any further - 
>
> Cal
>
> On Wed, Sep 12, 2012 at 7:52 PM, Fabian Weiss 
> 
> > wrote:
>
>> Hi Cal! :)
>>
>> THX for you reply, but I need more informations! I changed the line you 
>> said in settings.py, but what shall I do know? Again python manage.py 
>> update_ve and ./bin/patch??
>> I tried again the last step:
>>
>> python manage.py installdb
>>> Traceback (most recent call last):
>>>   File "manage.py", line 74, in 
>>> import settings
>>>   File "/srv/http/de.immersight.project/treeio/settings.py", line 59, in 
>>> 
>>> MEDIA_ROOT = path.join(STATIC_DOC_ROOT, 'media/')
>>> NameError: name 'STATIC_DOC_ROOT' is not defined
>>
>>
>> when I reload the apache I have still 500 internal error. Here is the 
>> errorlog:
>>
>> tail ../logs/errorlog 
>>> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] SyntaxError: 
>>> invalid syntax
>>> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] mod_wsgi 
>>> (pid=17796): Target WSGI script 
>>> '/srv/http/de.immersight.project/treeio/wsgi' cannot be loaded as Python 
>>> module.
>>> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] mod_wsgi 
>>> (pid=17796): Exception occurred processing WSGI script 
>>> '/srv/http/de.immersight.project/treeio/wsgi'.
>>> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] Traceback 
>>> (most recent call last):
>>> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24]   File 
>>> "/srv/http/de.immersight.project/treeio/wsgi", line 9, in 
>>> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] import 
>>> django.core.handlers.wsgi
>>> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24]   File 
>>> "/usr/local/lib/python3.2/dist-packages/django/core/handlers/wsgi.py", line 
>>> 131
>>> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] path_info 
>>> = force_unicode(environ.get('PATH_INFO', u'/'))
>>> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24]   
>>> ^
>>> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] SyntaxError: 
>>> invalid syntax
>>
>>
>> I really urgently have to set up this system :(
>> Would be great if I can accomplish this!! Thanks alot for your help!
>> Greetings Fabian
>>
>>
>>
>>
>> Am Mittwoch, 12. September 2012 12:14:51 UTC+2 schrieb Cal Leeming 
>> [Simplicity Media Ltd]:
>>>
>>> Hmm - this should really just work out of the box, but looking at the 
>>> docs, it doesn't give you much information about running wsgi/fcgi etc.
>>>
>>> Try this;
>>>
>>> Change this line:...
>>>
>>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/django-users/-/6aEUH98wPG0J.
>>
>> To post to this group, send email to django...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> django-users...@googlegroups.com .
>> For more options, visit this group at 
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/Cvu8VpNsXVoJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: tree.io installation with django

2012-09-12 Thread Fabian Weiss
Hi Cal! :)

THX for you reply, but I need more informations! I changed the line you 
said in settings.py, but what shall I do know? Again python manage.py 
update_ve and ./bin/patch??
I tried again the last step:

python manage.py installdb
> Traceback (most recent call last):
>   File "manage.py", line 74, in 
> import settings
>   File "/srv/http/de.immersight.project/treeio/settings.py", line 59, in 
> 
> MEDIA_ROOT = path.join(STATIC_DOC_ROOT, 'media/')
> NameError: name 'STATIC_DOC_ROOT' is not defined


when I reload the apache I have still 500 internal error. Here is the 
errorlog:

tail ../logs/errorlog 
> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] SyntaxError: 
> invalid syntax
> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] mod_wsgi 
> (pid=17796): Target WSGI script 
> '/srv/http/de.immersight.project/treeio/wsgi' cannot be loaded as Python 
> module.
> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] mod_wsgi 
> (pid=17796): Exception occurred processing WSGI script 
> '/srv/http/de.immersight.project/treeio/wsgi'.
> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] Traceback (most 
> recent call last):
> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24]   File 
> "/srv/http/de.immersight.project/treeio/wsgi", line 9, in 
> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] import 
> django.core.handlers.wsgi
> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24]   File 
> "/usr/local/lib/python3.2/dist-packages/django/core/handlers/wsgi.py", line 
> 131
> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] path_info = 
> force_unicode(environ.get('PATH_INFO', u'/'))
> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] 
>   ^
> [Wed Sep 12 20:46:23 2012] [error] [client 109.193.24.24] SyntaxError: 
> invalid syntax


I really urgently have to set up this system :(
Would be great if I can accomplish this!! Thanks alot for your help!
Greetings Fabian




Am Mittwoch, 12. September 2012 12:14:51 UTC+2 schrieb Cal Leeming 
[Simplicity Media Ltd]:
>
> Hmm - this should really just work out of the box, but looking at the 
> docs, it doesn't give you much information about running wsgi/fcgi etc.
>
> Try this;
>
> Change this line:...
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/6aEUH98wPG0J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: tree.io installation with django

2012-09-11 Thread Fabian Weiss
THX alot for your help Cal! Does that STATIC stuff has something to do with 
the fact that I am using an Apache virtual host?
But that link you gave me is very complicated! Sorry, but I dont understand 
:( 
This is my simple WSGI file: 
http://nopaste.immersight.de/?51d0bd825fc001a8#gATcImCw08jZTqXqiuA9Qbr0qvoCno+eISUhnZPIq6A=
What do I have to insert there?
I found that I have indeed a dircetory called "static"!! 
http://nopaste.immersight.de/?ae7fe7fa64cd2dbe#TPSfs+1BwLYpqWH0ih/ZBleZ/A8bre5Xwvwafys+gj4=
Shall I add now STATICFILES_DIRS = ( "../static") ?

Am Dienstag, 11. September 2012 12:41:16 UTC+2 schrieb Cal Leeming 
[Simplicity Media Ltd]:
>
> Looks like an incompatible version of Django perhaps (first glance).
>
> Alternatively, just patch it yourself based on the error given:
>
> @@@
> django.core.exceptions.ImproperlyConfigured: You're using the staticfiles 
> app without having set the STATIC_ROOT setting.
> @@@
>
> See https://docs.djangoproject.com/en/dev/howto/static-files/
>
> Cal
>
> On Tue, Sep 11, 2012 at 7:22 AM, Fabian Weiss 
> 
> > wrote:
>
>> I am using Debian and want to use treeio with my Apache. So I was working 
>> with this tutorial: 
>> http://fuckyeahcoding.wordpress.com/2011/12/20/install-tree-io-on-ubuntu-with-apache/
>> But the instructions "make" and "make install" didnt work.. Instead I 
>> used the 'python manage.py update_ve' and './bin/patch_' from the INSTALL 
>> Howto. So this is the result:
>>
>> http://nopaste.immersight.de/?3c0f99829f839ff8#EhsVGqDrxk6xDzDvYq6hiuxNpJw04XhXK36b6BMc3Dc=
>>
>> Next stept: root@iss1:/srv/http/de.immersight.project/treeio# ./bin/patch
>> patching file db/models/fields/related.py
>>
>> I created a MySQL database, user and password. But where to configure 
>> treeio for this? Where shall I enter this informations??
>>
>> So this is the result of the next step:
>>
>> http://nopaste.immersight.de/?f36e7753a9fcca9b#7ICkjsTcxh/Ck4JZ6d9jhfPStsY8eYWJ3N5Ko4YrY7M=
>>
>> I am not sure and dont understand much of it, but for me it seems there 
>> already went something wrong..
>> The tree.io community is not so active, but maybe somebody here can give 
>> me a hint!
>>
>> Thx alot!!
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Django users" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/django-users/-/wm6J2Ces9BUJ.
>> To post to this group, send email to django...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> django-users...@googlegroups.com .
>> For more options, visit this group at 
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/jS4L0ShvuYYJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



tree.io installation with django

2012-09-11 Thread Fabian Weiss
I am using Debian and want to use treeio with my Apache. So I was working 
with this tutorial: 
http://fuckyeahcoding.wordpress.com/2011/12/20/install-tree-io-on-ubuntu-with-apache/
But the instructions "make" and "make install" didnt work.. Instead I used 
the 'python manage.py update_ve' and './bin/patch_' from the INSTALL Howto. 
So this is the result:
http://nopaste.immersight.de/?3c0f99829f839ff8#EhsVGqDrxk6xDzDvYq6hiuxNpJw04XhXK36b6BMc3Dc=

Next stept: root@iss1:/srv/http/de.immersight.project/treeio# ./bin/patch
patching file db/models/fields/related.py

I created a MySQL database, user and password. But where to configure 
treeio for this? Where shall I enter this informations??

So this is the result of the next step:
http://nopaste.immersight.de/?f36e7753a9fcca9b#7ICkjsTcxh/Ck4JZ6d9jhfPStsY8eYWJ3N5Ko4YrY7M=

I am not sure and dont understand much of it, but for me it seems there 
already went something wrong..
The tree.io community is not so active, but maybe somebody here can give me 
a hint!

Thx alot!!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/wm6J2Ces9BUJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.