Re: my private django repository goes public

2006-09-11 Thread garaged
On 9/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi Max, > > garaged schrieb: > > > > That was easy, but the main problem I have is that I really don't > > understand how to implement the new functionallity, I want to use > > libs.dojo, I installed it, but I don't know how to update my

Re: my private django repository goes public

2006-09-09 Thread dummy
Hi Max, garaged schrieb: > > That was easy, but the main problem I have is that I really don't > understand how to implement the new functionallity, I want to use > libs.dojo, I installed it, but I don't know how to update my > settings.py to use it, and what does my views.py needs either. >

Re: my private django repository goes public

2006-09-07 Thread garaged
> I added some hints on the README.txt for > http://svn.sourceforge.net/svnroot/django-userlibs/trunk/libs.common > > Yes, you install it view setup.py build/install/bdist_rpm like django. > > Regards, > Dirk Hi Dirk That was easy, but the main problem I have is that I really don't understand

Re: my private django repository goes public

2006-09-06 Thread dummy
Hi Max, garaged schrieb: > On 8/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Hi, >> >> for svn checkout or export the correct trunk-url is >> http://svn.sourceforge.net/svnroot/django-userlibs/trunk >> > > Probably I need to install it with setup.py, but I don't know for sure. > > Can

Re: my private django repository goes public

2006-09-05 Thread garaged
On 8/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi, > > for svn checkout or export the correct trunk-url is > http://svn.sourceforge.net/svnroot/django-userlibs/trunk > > Regards, > Dirk I finally got a chance to look at your work, but I really don't understand how to make it work,

Re: my private django repository goes public

2006-08-26 Thread dummy
Hi, for svn checkout or export the correct trunk-url is http://svn.sourceforge.net/svnroot/django-userlibs/trunk Regards, Dirk -- "Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

Re: my private django repository goes public

2006-08-26 Thread [EMAIL PROTECTED]
Yeah i tried that, but i'm getting the following error message: svn co http://svn.sourceforge.net/viewvc/django-userlibs/trunk/ django-userlibs svn: PROPFIND request failed on '/viewvc/django-userlibs/trunk' svn: PROPFIND of '/viewvc/django-userlibs/trunk': 301 Moved (http://svn.sourceforge.net)

Re: my private django repository goes public

2006-08-25 Thread Guillermo Fernandez Castellanos
With SVN (http://subversion.tigris.org/). On the command line: svn co http://svn.sourceforge.net/viewvc/django-userlibs/trunk/ some_directory But if you are under Windows, I recommend TortoiseSVN (http://tortoisesvn.tigris.org/). In this case create an empty directory, right click on it, chose

Re: my private django repository goes public

2006-08-25 Thread [EMAIL PROTECTED]
Ehm maybe a stupid question, but how do i download those files? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To

Re: my private django repository goes public

2006-08-24 Thread garaged
> My intention is that each library should as much as functional complete and > as much as independent from other requirements. > > Maybe I have to much copied from the source-packaged and maybe I haven't the > right technic used instead of using subversion svn:external feature (which I >

Re: my private django repository goes public

2006-08-24 Thread zenx
Thank you!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED]

Re: my private django repository goes public

2006-08-24 Thread Mae
Thanks, Dirk. Mae --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: my private django repository goes public

2006-08-24 Thread dummy
Hi, garaged schrieb: > On 8/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> Hi all, >> > > Its great for me, my only complaint is if you actually have to > distribuite the source for every external package too ? > My intention is that each library should as much as functional complete

Re: my private django repository goes public

2006-08-23 Thread Ian Holsman
It looks good, and it's BSD licensed as well.. I'm just wondering why you need to include the source of dojo in it? wouldn't it be easier to just link to them and maintain them separately? On 24/08/2006, at 6:43 AM, [EMAIL PROTECTED] wrote: > > Hi all, > > I put some packages for django onto

Re: my private django repository goes public

2006-08-23 Thread garaged
On 8/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi all, > > I put some packages for django onto sf.net > http://svn.sourceforge.net/viewvc/django-userlibs/trunk/ > > It contains some media packaged ajax toolkits mochikit, prototype, dojo and > the wysiwyg-editors tinymce and

my private django repository goes public

2006-08-23 Thread dummy
Hi all, I put some packages for django onto sf.net http://svn.sourceforge.net/viewvc/django-userlibs/trunk/ It contains some media packaged ajax toolkits mochikit, prototype, dojo and the wysiwyg-editors tinymce and fckeditor. If anybody has an idea for other libs to be created, please call.