Re: django-trunk/django directory problem

2009-09-27 Thread Malcolm MacKinnon
Ok, thanks David.

On Sun, Sep 27, 2009 at 1:30 AM, Daniel Roseman wrote:

>
> On Sep 27, 4:48 am, Malcolm MacKinnon  wrote:
> > Thanks, but I don't understand. Will removal cause problems with django
> > project/app on python path. It's simlinked to the python site-packages.
> >
>
> The file 'django' inside your django-trunk/django directory is
> actually a symlink to the parent directory, django-trunk. So if you cd
> into it, you're effectively cd-ing back into the same directory again
> and again. Remove it and everything should be OK.
> --
> DR.
> >
>

--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: django-trunk/django directory problem

2009-09-27 Thread Daniel Roseman

On Sep 27, 4:48 am, Malcolm MacKinnon  wrote:
> Thanks, but I don't understand. Will removal cause problems with django
> project/app on python path. It's simlinked to the python site-packages.
>

The file 'django' inside your django-trunk/django directory is
actually a symlink to the parent directory, django-trunk. So if you cd
into it, you're effectively cd-ing back into the same directory again
and again. Remove it and everything should be OK.
--
DR.
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: django-trunk/django directory problem

2009-09-26 Thread Malcolm MacKinnon
Thanks, but I don't understand. Will removal cause problems with django
project/app on python path. It's simlinked to the python site-packages.

On Sat, Sep 26, 2009 at 4:45 PM, Vitaly Babiy  wrote:

> You have a simlink to the django directory. Just remove the django file.
> Vitaly Babiy
>
>
>
> On Sat, Sep 26, 2009 at 7:42 PM, Malcolm MacKinnon wrote:
>
>> Sure, here it is:
>>
>> malc...@baglux:~/django-trunk/django$ ls -al
>> total 80
>> drwxr-xr-x 18 malcolm malcolm 4096 2009-08-06 20:16 .
>> drwxr-xr-x  9 malcolm malcolm 4096 2009-08-06 20:16 ..
>> drwxr-xr-x  4 malcolm malcolm 4096 2009-04-30 04:47 bin
>> drwxr-xr-x  7 malcolm malcolm 4096 2009-05-27 08:27 conf
>> drwxr-xr-x 22 malcolm malcolm 4096 2009-04-30 05:30 contrib
>> drwxr-xr-x  9 malcolm malcolm 4096 2009-08-06 20:17 core
>> drwxr-xr-x  5 malcolm malcolm 4096 2009-04-30 05:30 db
>> drwxr-xr-x  3 malcolm malcolm 4096 2009-05-27 08:27 dispatch
>> lrwxrwxrwx  1 rootroot  33 2009-05-05 07:21 django ->
>> /home/malcolm/django-trunk/django
>> drwxr-xr-x  4 malcolm malcolm 4096 2009-08-06 20:16 forms
>> drwxr-xr-x  3 malcolm malcolm 4096 2009-05-27 08:27 http
>> -rw-r--r--  1 malcolm malcolm  549 2009-08-06 20:16 __init__.py
>> -rw-r--r--  1 malcolm malcolm  801 2009-08-06 20:16 __init__.pyc
>> drwxr-xr-x  3 malcolm malcolm 4096 2009-08-14 05:13 middleware
>> drwxr-xr-x  3 malcolm malcolm 4096 2009-04-30 05:43 shortcuts
>> drwxr-xr-x  6 malcolm malcolm 4096 2009-08-06 20:16 .svn
>> drwxr-xr-x  4 malcolm malcolm 4096 2009-08-06 20:16 template
>> drwxr-xr-x  3 malcolm malcolm 4096 2009-08-06 20:16 templatetags
>> drwxr-xr-x  3 malcolm malcolm 4096 2009-05-27 08:27 test
>> drwxr-xr-x  5 malcolm malcolm 4096 2009-05-27 08:28 utils
>> drwxr-xr-x  5 malcolm malcolm 4096 2009-08-06 20:17 views
>> malc...@baglux:~/django-trunk/django$
>>
>>
>> On Sun, Sep 27, 2009 at 1:24 AM, Vitaly Babiy  wrote:
>>
>>> Post the result of a ls -al in the django dir
>>> Vitaly Babiy
>>>
>>>
>>>
>>> On Sat, Sep 26, 2009 at 7:16 PM, Malcolm MacKinnon 
>>> wrote:
>>>
>>>> About 8 moinths ago, I downloaded the development version of django and
>>>> have been using it to develope a web site. I'm using Ubuntu, and I'm not a
>>>> skilled programmer, and perhaps this was caused by something I did, but it
>>>> appears I don't have subversion installed correctly, as the django 
>>>> directory
>>>> inside the trunk keeps repeating itself. It keeps going on, perhaps 
>>>> creating
>>>> new directory after new django directory forever. Here's an example:
>>>>
>>>>
>>>> malc...@baglux://home/malcolm$ cd django-trunk
>>>> malc...@baglux://home/malcolm/django-trunk$ ls
>>>> AUTHORS  docs  extras   LICENSE  README   setup.cfg  tests
>>>> django   examples  INSTALL  MANIFEST.in  scripts  setup.py
>>>> malc...@baglux://home/malcolm/django-trunk$ cd django
>>>> malc...@baglux://home/malcolm/django-trunk/django$ ls
>>>> bin  core  django  __init__.py   shortcuts test
>>>> conf dbforms   __init__.pyc  template  utils
>>>> contrib  dispatch  httpmiddlewaretemplatetags  views
>>>> malc...@baglux://home/malcolm/django-trunk/django$ cd django
>>>> malc...@baglux://home/malcolm/django-trunk/django/django$ ls
>>>> bin  core  django  __init__.py   shortcuts test
>>>> conf dbforms   __init__.pyc  template  utils
>>>> contrib  dispatch  httpmiddlewaretemplatetags  views
>>>> malc...@baglux://home/malcolm/django-trunk/django/django$ cd django
>>>> malc...@baglux://home/malcolm/django-trunk/django/django/django$ ls
>>>> bin  core  django  __init__.py   shortcuts test
>>>> conf dbforms   __init__.pyc  template  utils
>>>> contrib  dispatch  httpmiddlewaretemplatetags  views
>>>> malc...@baglux://home/malcolm/django-trunk/django/django/django$
>>>> Etc., etc., etc...
>>>>
>>>> Any thoughts on what's causing this and how to correct it? Thanks!
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: django-trunk/django directory problem

2009-09-26 Thread Malcolm MacKinnon
Sure, here it is:

malc...@baglux:~/django-trunk/django$ ls -al
total 80
drwxr-xr-x 18 malcolm malcolm 4096 2009-08-06 20:16 .
drwxr-xr-x  9 malcolm malcolm 4096 2009-08-06 20:16 ..
drwxr-xr-x  4 malcolm malcolm 4096 2009-04-30 04:47 bin
drwxr-xr-x  7 malcolm malcolm 4096 2009-05-27 08:27 conf
drwxr-xr-x 22 malcolm malcolm 4096 2009-04-30 05:30 contrib
drwxr-xr-x  9 malcolm malcolm 4096 2009-08-06 20:17 core
drwxr-xr-x  5 malcolm malcolm 4096 2009-04-30 05:30 db
drwxr-xr-x  3 malcolm malcolm 4096 2009-05-27 08:27 dispatch
lrwxrwxrwx  1 rootroot  33 2009-05-05 07:21 django ->
/home/malcolm/django-trunk/django
drwxr-xr-x  4 malcolm malcolm 4096 2009-08-06 20:16 forms
drwxr-xr-x  3 malcolm malcolm 4096 2009-05-27 08:27 http
-rw-r--r--  1 malcolm malcolm  549 2009-08-06 20:16 __init__.py
-rw-r--r--  1 malcolm malcolm  801 2009-08-06 20:16 __init__.pyc
drwxr-xr-x  3 malcolm malcolm 4096 2009-08-14 05:13 middleware
drwxr-xr-x  3 malcolm malcolm 4096 2009-04-30 05:43 shortcuts
drwxr-xr-x  6 malcolm malcolm 4096 2009-08-06 20:16 .svn
drwxr-xr-x  4 malcolm malcolm 4096 2009-08-06 20:16 template
drwxr-xr-x  3 malcolm malcolm 4096 2009-08-06 20:16 templatetags
drwxr-xr-x  3 malcolm malcolm 4096 2009-05-27 08:27 test
drwxr-xr-x  5 malcolm malcolm 4096 2009-05-27 08:28 utils
drwxr-xr-x  5 malcolm malcolm 4096 2009-08-06 20:17 views
malc...@baglux:~/django-trunk/django$


On Sun, Sep 27, 2009 at 1:24 AM, Vitaly Babiy  wrote:

> Post the result of a ls -al in the django dir
> Vitaly Babiy
>
>
>
> On Sat, Sep 26, 2009 at 7:16 PM, Malcolm MacKinnon wrote:
>
>> About 8 moinths ago, I downloaded the development version of django and
>> have been using it to develope a web site. I'm using Ubuntu, and I'm not a
>> skilled programmer, and perhaps this was caused by something I did, but it
>> appears I don't have subversion installed correctly, as the django directory
>> inside the trunk keeps repeating itself. It keeps going on, perhaps creating
>> new directory after new django directory forever. Here's an example:
>>
>>
>> malc...@baglux://home/malcolm$ cd django-trunk
>> malc...@baglux://home/malcolm/django-trunk$ ls
>> AUTHORS  docs  extras   LICENSE  README   setup.cfg  tests
>> django   examples  INSTALL  MANIFEST.in  scripts  setup.py
>> malc...@baglux://home/malcolm/django-trunk$ cd django
>> malc...@baglux://home/malcolm/django-trunk/django$ ls
>> bin  core  django  __init__.py   shortcuts test
>> conf dbforms   __init__.pyc  template  utils
>> contrib  dispatch  httpmiddlewaretemplatetags  views
>> malc...@baglux://home/malcolm/django-trunk/django$ cd django
>> malc...@baglux://home/malcolm/django-trunk/django/django$ ls
>> bin  core  django  __init__.py   shortcuts test
>> conf dbforms   __init__.pyc  template  utils
>> contrib  dispatch  httpmiddlewaretemplatetags  views
>> malc...@baglux://home/malcolm/django-trunk/django/django$ cd django
>> malc...@baglux://home/malcolm/django-trunk/django/django/django$ ls
>> bin  core  django  __init__.py   shortcuts test
>> conf dbforms   __init__.pyc  template  utils
>> contrib  dispatch  httpmiddlewaretemplatetags  views
>> malc...@baglux://home/malcolm/django-trunk/django/django/django$
>> Etc., etc., etc...
>>
>> Any thoughts on what's causing this and how to correct it? Thanks!
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: django-trunk/django directory problem

2009-09-26 Thread Vitaly Babiy
You have a simlink to the django directory. Just remove the django file.
Vitaly Babiy


On Sat, Sep 26, 2009 at 7:42 PM, Malcolm MacKinnon wrote:

> Sure, here it is:
>
> malc...@baglux:~/django-trunk/django$ ls -al
> total 80
> drwxr-xr-x 18 malcolm malcolm 4096 2009-08-06 20:16 .
> drwxr-xr-x  9 malcolm malcolm 4096 2009-08-06 20:16 ..
> drwxr-xr-x  4 malcolm malcolm 4096 2009-04-30 04:47 bin
> drwxr-xr-x  7 malcolm malcolm 4096 2009-05-27 08:27 conf
> drwxr-xr-x 22 malcolm malcolm 4096 2009-04-30 05:30 contrib
> drwxr-xr-x  9 malcolm malcolm 4096 2009-08-06 20:17 core
> drwxr-xr-x  5 malcolm malcolm 4096 2009-04-30 05:30 db
> drwxr-xr-x  3 malcolm malcolm 4096 2009-05-27 08:27 dispatch
> lrwxrwxrwx  1 rootroot  33 2009-05-05 07:21 django ->
> /home/malcolm/django-trunk/django
> drwxr-xr-x  4 malcolm malcolm 4096 2009-08-06 20:16 forms
> drwxr-xr-x  3 malcolm malcolm 4096 2009-05-27 08:27 http
> -rw-r--r--  1 malcolm malcolm  549 2009-08-06 20:16 __init__.py
> -rw-r--r--  1 malcolm malcolm  801 2009-08-06 20:16 __init__.pyc
> drwxr-xr-x  3 malcolm malcolm 4096 2009-08-14 05:13 middleware
> drwxr-xr-x  3 malcolm malcolm 4096 2009-04-30 05:43 shortcuts
> drwxr-xr-x  6 malcolm malcolm 4096 2009-08-06 20:16 .svn
> drwxr-xr-x  4 malcolm malcolm 4096 2009-08-06 20:16 template
> drwxr-xr-x  3 malcolm malcolm 4096 2009-08-06 20:16 templatetags
> drwxr-xr-x  3 malcolm malcolm 4096 2009-05-27 08:27 test
> drwxr-xr-x  5 malcolm malcolm 4096 2009-05-27 08:28 utils
> drwxr-xr-x  5 malcolm malcolm 4096 2009-08-06 20:17 views
> malc...@baglux:~/django-trunk/django$
>
>
> On Sun, Sep 27, 2009 at 1:24 AM, Vitaly Babiy  wrote:
>
>> Post the result of a ls -al in the django dir
>> Vitaly Babiy
>>
>>
>>
>> On Sat, Sep 26, 2009 at 7:16 PM, Malcolm MacKinnon 
>> wrote:
>>
>>> About 8 moinths ago, I downloaded the development version of django and
>>> have been using it to develope a web site. I'm using Ubuntu, and I'm not a
>>> skilled programmer, and perhaps this was caused by something I did, but it
>>> appears I don't have subversion installed correctly, as the django directory
>>> inside the trunk keeps repeating itself. It keeps going on, perhaps creating
>>> new directory after new django directory forever. Here's an example:
>>>
>>>
>>> malc...@baglux://home/malcolm$ cd django-trunk
>>> malc...@baglux://home/malcolm/django-trunk$ ls
>>> AUTHORS  docs  extras   LICENSE  README   setup.cfg  tests
>>> django   examples  INSTALL  MANIFEST.in  scripts  setup.py
>>> malc...@baglux://home/malcolm/django-trunk$ cd django
>>> malc...@baglux://home/malcolm/django-trunk/django$ ls
>>> bin  core  django  __init__.py   shortcuts test
>>> conf dbforms   __init__.pyc  template  utils
>>> contrib  dispatch  httpmiddlewaretemplatetags  views
>>> malc...@baglux://home/malcolm/django-trunk/django$ cd django
>>> malc...@baglux://home/malcolm/django-trunk/django/django$ ls
>>> bin  core  django  __init__.py   shortcuts test
>>> conf dbforms   __init__.pyc  template  utils
>>> contrib  dispatch  httpmiddlewaretemplatetags  views
>>> malc...@baglux://home/malcolm/django-trunk/django/django$ cd django
>>> malc...@baglux://home/malcolm/django-trunk/django/django/django$ ls
>>> bin  core  django  __init__.py   shortcuts test
>>> conf dbforms   __init__.pyc  template  utils
>>> contrib  dispatch  httpmiddlewaretemplatetags  views
>>> malc...@baglux://home/malcolm/django-trunk/django/django/django$
>>> Etc., etc., etc...
>>>
>>> Any thoughts on what's causing this and how to correct it? Thanks!
>>>
>>>
>>>
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: django-trunk/django directory problem

2009-09-26 Thread Vitaly Babiy
Post the result of a ls -al in the django dir
Vitaly Babiy


On Sat, Sep 26, 2009 at 7:16 PM, Malcolm MacKinnon wrote:

> About 8 moinths ago, I downloaded the development version of django and
> have been using it to develope a web site. I'm using Ubuntu, and I'm not a
> skilled programmer, and perhaps this was caused by something I did, but it
> appears I don't have subversion installed correctly, as the django directory
> inside the trunk keeps repeating itself. It keeps going on, perhaps creating
> new directory after new django directory forever. Here's an example:
>
>
> malc...@baglux://home/malcolm$ cd django-trunk
> malc...@baglux://home/malcolm/django-trunk$ ls
> AUTHORS  docs  extras   LICENSE  README   setup.cfg  tests
> django   examples  INSTALL  MANIFEST.in  scripts  setup.py
> malc...@baglux://home/malcolm/django-trunk$ cd django
> malc...@baglux://home/malcolm/django-trunk/django$ ls
> bin  core  django  __init__.py   shortcuts test
> conf dbforms   __init__.pyc  template  utils
> contrib  dispatch  httpmiddlewaretemplatetags  views
> malc...@baglux://home/malcolm/django-trunk/django$ cd django
> malc...@baglux://home/malcolm/django-trunk/django/django$ ls
> bin  core  django  __init__.py   shortcuts test
> conf dbforms   __init__.pyc  template  utils
> contrib  dispatch  httpmiddlewaretemplatetags  views
> malc...@baglux://home/malcolm/django-trunk/django/django$ cd django
> malc...@baglux://home/malcolm/django-trunk/django/django/django$ ls
> bin  core  django  __init__.py   shortcuts test
> conf dbforms   __init__.pyc  template  utils
> contrib  dispatch  httpmiddlewaretemplatetags  views
> malc...@baglux://home/malcolm/django-trunk/django/django/django$
> Etc., etc., etc...
>
> Any thoughts on what's causing this and how to correct it? Thanks!
>
> >
>

--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



django-trunk/django directory problem

2009-09-26 Thread Malcolm MacKinnon
About 8 moinths ago, I downloaded the development version of django and have
been using it to develope a web site. I'm using Ubuntu, and I'm not a
skilled programmer, and perhaps this was caused by something I did, but it
appears I don't have subversion installed correctly, as the django directory
inside the trunk keeps repeating itself. It keeps going on, perhaps creating
new directory after new django directory forever. Here's an example:


malc...@baglux://home/malcolm$ cd django-trunk
malc...@baglux://home/malcolm/django-trunk$ ls
AUTHORS  docs  extras   LICENSE  README   setup.cfg  tests
django   examples  INSTALL  MANIFEST.in  scripts  setup.py
malc...@baglux://home/malcolm/django-trunk$ cd django
malc...@baglux://home/malcolm/django-trunk/django$ ls
bin  core  django  __init__.py   shortcuts test
conf dbforms   __init__.pyc  template  utils
contrib  dispatch  httpmiddlewaretemplatetags  views
malc...@baglux://home/malcolm/django-trunk/django$ cd django
malc...@baglux://home/malcolm/django-trunk/django/django$ ls
bin  core  django  __init__.py   shortcuts test
conf dbforms   __init__.pyc  template  utils
contrib  dispatch  httpmiddlewaretemplatetags  views
malc...@baglux://home/malcolm/django-trunk/django/django$ cd django
malc...@baglux://home/malcolm/django-trunk/django/django/django$ ls
bin  core  django  __init__.py   shortcuts test
conf dbforms   __init__.pyc  template  utils
contrib  dispatch  httpmiddlewaretemplatetags  views
malc...@baglux://home/malcolm/django-trunk/django/django/django$
Etc., etc., etc...

Any thoughts on what's causing this and how to correct it? Thanks!

--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Django directory

2008-10-06 Thread Felipe Sodré Silva
Thanks for that Daniel!

On Mon, Oct 6, 2008 at 12:31 AM, Daniel Hepper <[EMAIL PROTECTED]>wrote:

>
> Hi,
>
> if django is in your python path, you can try:
>
> >>> import django
> >>> django.__file__
>
> On a side note, it's probably not a good idea to edit anything in your
> django installation because you will loose these changes once you run
> an update.
>
> Maybe have a look at the docs how to define your own admin templates
>
> http://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates
>
> Regards,
> Daniel
>
> On Mon, Oct 6, 2008 at 6:27 AM, Felipe Sodré Silva <[EMAIL PROTECTED]>
> wrote:
> > Hi.
> >
> > I've made a django installation a few months ago, but now I forgot where
> the
> > installation directory is (that is, the directory where I can edit Admin
> > template files and other contrib files).
> >
> > Is there an easy way to discover where it is? I'm using MacOS X
> >
> > Thanks !
> >
> > Felipe
> >
> > >
> >
>
> >
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Django directory

2008-10-06 Thread Daniel Hepper

Hi,

if django is in your python path, you can try:

>>> import django
>>> django.__file__

On a side note, it's probably not a good idea to edit anything in your
django installation because you will loose these changes once you run
an update.

Maybe have a look at the docs how to define your own admin templates
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#overriding-admin-templates

Regards,
Daniel

On Mon, Oct 6, 2008 at 6:27 AM, Felipe Sodré Silva <[EMAIL PROTECTED]> wrote:
> Hi.
>
> I've made a django installation a few months ago, but now I forgot where the
> installation directory is (that is, the directory where I can edit Admin
> template files and other contrib files).
>
> Is there an easy way to discover where it is? I'm using MacOS X
>
> Thanks !
>
> Felipe
>
> >
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Django directory

2008-10-05 Thread Felipe Sodré Silva
Hi.

I've made a django installation a few months ago, but now I forgot where the
installation directory is (that is, the directory where I can edit Admin
template files and other contrib files).

Is there an easy way to discover where it is? I'm using MacOS X

Thanks !

Felipe

--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-14 Thread Ross Poulton

On Thu, 14 Jun 2007 15:07:15 +0800, Kelvin Nicholson <[EMAIL PROTECTED]> wrote:
> When you get the chance, it would be nice if the URL for each blog was
> the slug, instead of just a number.
> 
> I'm starting to feel like a statistic.

Awesome idea... and it's implemented! Also fixed a little bug pointed out by 
Malcolm where a trace was thrown up on the most-commented page as no pages yet 
have any comments. Thanks, Malcolm!

Ross

-- 
Ross Poulton
www.rossp.org
[EMAIL PROTECTED]


--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-14 Thread Adam Fast
I'm getting a list index out of range error here:

http://www.djangosites.org/most-comments/

I'm looking forward to keeping an eye on this, and as I deploy more django
sites, putting them up myself.

Adam

On 6/14/07, Kelvin Nicholson <[EMAIL PROTECTED]> wrote:
>
>
>
> >
> > There are now 6 sites listed at www.djangosites.org which has fleshed
> > out the front page a bit. Thanks for submitting your sites so far
> > guys.
>
> Then there were 10.
>
> When you get the chance, it would be nice if the URL for each blog was
> the slug, instead of just a number.
>
> I'm starting to feel like a statistic.
>
> Kelvin
>
> --
> Kelvin Nicholson
> Voice: +886 9 52152 336
> Voice: +1 503 715 5535
> GPG Keyid: 289090AC
> Data: [EMAIL PROTECTED]
> Skype: yj_kelvin
> Site: http://www.kelvinism.com
>
>
>
> >
>

--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-14 Thread Kelvin Nicholson


> 
> There are now 6 sites listed at www.djangosites.org which has fleshed
> out the front page a bit. Thanks for submitting your sites so far
> guys.

Then there were 10.

When you get the chance, it would be nice if the URL for each blog was
the slug, instead of just a number.

I'm starting to feel like a statistic.

Kelvin

-- 
Kelvin Nicholson
Voice: +886 9 52152 336
Voice: +1 503 715 5535
GPG Keyid: 289090AC
Data: [EMAIL PROTECTED]
Skype: yj_kelvin
Site: http://www.kelvinism.com



--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-13 Thread Ross Poulton

I've actually just put in a little mod to cause labels to show up in
red when there is an error (and requried fields are bold). We'll
expand on that once the new look & feel is up.

There are now 6 sites listed at www.djangosites.org which has fleshed
out the front page a bit. Thanks for submitting your sites so far
guys.

Ross


--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-13 Thread Ross Poulton

On Jun 14, 3:37 pm, olive <[EMAIL PROTECTED]> wrote:
> in fact there was an error, but it didn't catch my eyes.
>
> You should make it more visible.

Once wathi's design is online the error messages etc should be much
clearer. Thanks for the feedback!

Ross


--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-13 Thread olive

Ross,

in fact there was an error, but it didn't catch my eyes.

You should make it more visible.

Nice work anyway,

Olivier.


--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-12 Thread Ross Poulton

On Jun 11, 5:26 pm, olive <[EMAIL PROTECTED]> wrote:
> After having click on "Add site" the form displayed again without any
> success or failure message.

Olive,

I haven't had any such issues - the form will redisplay if you have
any issues, but error messages should be shown to you. I've just tried
submitting a site with no problems at all.

Thanks to Wathi there is a new look & feel for the site that should be
online soon. I'll make an announcement here and via the community page/
aggregator once it's live.

Lastly, a few people asked about making screenshots of websites: I've
put my code online on my blog (http://www.rossp.org/blog/2007/jun/13/
using-webthumb-api-python/)

Ross


--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-11 Thread olive

Hi Ross,

I've tried to add my site but I don't know if it succeed or not.

After having click on "Add site" the form displayed again without any
success or failure message.

Olive.


--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-08 Thread Ross Poulton

Thanks to everyone who has provided feedback both here and off-list.

On Jun 6, 3:08 am, wathi <[EMAIL PROTECTED]> wrote:
> So here is my first shot.
>
> 1024x768http://img131.imagevenue.com/img.php?image=63063_djpr1_122_506lo.jpg

I really like the way you've bordered the individual images there. I
think it works well, although I'm a fan of larger screenshots.

What I've got right now is visible at www.djangosites.org. Feel free
to signup and submit your sites (which are manually verified for now
to avoid any nastiness) and i'll approve them when I get a chance. I'm
still working on a few things,eg comments aren't quite working, I
haven't implemented tags as well as they could be, etc. For now I'd
rather keep it "closed" until I publicly announce/release it once
there is a new design online.

Any feedback on what's there right now would be fantastic!

Ross


--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-05 Thread wathi

Hi Frédéric,

i think you missed the point, this will not be a resource page for
modules/apps.

It will be a showroom where you can post your websites you have made
with django.

See http://code.djangoproject.com/wiki/DjangoPoweredSites

On 5 Jun., 19:21, Frédéric Roland
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> nice idea.
>
> Just some thought:
>
> There is a great resource where people look for solutions: Python Cheese
>   Shop. I see some turbogear module there but very few Django related
> modules.
>
> FR
>
> Ross Poulton a ?crit :
>
> > Hi all,
>
> > I've been using Django for quite a while now, some of you may know my
> > name from occasional blog posts on the Django community aggregator.
>
> > I've been working on a website to showcase websites that are Powered
> > by Django. In a similar vein to djangosnippets.org the site lets
> > people sign up, submit sites, tag them, leave comments, etc etc.
> > Screenshots are automatically grabbed for each site, and everything is
> > displayed nicely. As much as I don't wish to compare or be seen to
> > copy, this is somewhat similar to the RoR camps HappyCodr
> > (www.happycodr.com)
>
> > I see this being a 'replacement' for the DjangoPoweredSites wiki page,
> > which is growing and becoming less useful every day (IMO).
>
> > The site is basically all working nicely now, but I'm no good at the
> > graphics side of things. I'm currently using a template from
> >www.freecsstemplates.combut my hacking away has made it look like
> > ass :)
>
> > Is anybody interested in volunteering a few hours time for this
> > project? I would assume in the vein of other django community sites
> > it'd stay ad-free, I'm happy to host and maintain it, with links to
> > the designers website.
>
> > Anybody have any interest or other feedback?
>
> > Ross


--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-05 Thread Frédéric Roland

Hi,

nice idea.

Just some thought:

There is a great resource where people look for solutions: Python Cheese 
  Shop. I see some turbogear module there but very few Django related 
modules.

FR

Ross Poulton a �crit :
> Hi all,
> 
> I've been using Django for quite a while now, some of you may know my
> name from occasional blog posts on the Django community aggregator.
> 
> I've been working on a website to showcase websites that are Powered
> by Django. In a similar vein to djangosnippets.org the site lets
> people sign up, submit sites, tag them, leave comments, etc etc.
> Screenshots are automatically grabbed for each site, and everything is
> displayed nicely. As much as I don't wish to compare or be seen to
> copy, this is somewhat similar to the RoR camps HappyCodr
> (www.happycodr.com)
> 
> I see this being a 'replacement' for the DjangoPoweredSites wiki page,
> which is growing and becoming less useful every day (IMO).
> 
> The site is basically all working nicely now, but I'm no good at the
> graphics side of things. I'm currently using a template from
> www.freecsstemplates.com but my hacking away has made it look like
> ass :)
> 
> Is anybody interested in volunteering a few hours time for this
> project? I would assume in the vein of other django community sites
> it'd stay ad-free, I'm happy to host and maintain it, with links to
> the designers website.
> 
> Anybody have any interest or other feedback?
> 
> Ross
> 
> 
> > 
> 
> 

--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-05 Thread wathi

So here is my first shot.

1024x768
http://img131.imagevenue.com/img.php?image=63063_djpr1_122_506lo.jpg

800x600
http://img157.imagevenue.com/img.php?image=63064_djpr2_122_796lo.jpg

Let me know if you think its worth moving on.

On 5 Jun., 17:04, wathi <[EMAIL PROTECTED]> wrote:

> I´ll send you some screenshots later today of what i would do.


--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-05 Thread wathi

Hi Ross,

i read your blog posts with great interest. Very helpful stuff.

The idea for a djangopowered sites replacement is also great.

Looking at happycodr that seems to be quite simple and fast done.

I´ll send you some screenshots later today of what i would do. I have
a design laying around which I currently don´t use anymore because the
site for this design went down. Its quite similar to the idea from
happycodr, so i could rework this for your project if you like it.

Just let me know. :)

On 5 Jun., 08:35, Ross Poulton <[EMAIL PROTECTED]> wrote:

> Anybody have any interest or other feedback?


--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-05 Thread Justin Lilly
Sadly also not an offer for help (directly at least), but you might check
out http://www.oswd.org Open Source Web Design. Lots of good site templates
there that are typically standards based and look quite nice.

-justin

On 6/5/07, Ross Poulton <[EMAIL PROTECTED]> wrote:
>
>
> Hi all,
>
> I've been using Django for quite a while now, some of you may know my
> name from occasional blog posts on the Django community aggregator.
>
> I've been working on a website to showcase websites that are Powered
> by Django. In a similar vein to djangosnippets.org the site lets
> people sign up, submit sites, tag them, leave comments, etc etc.
> Screenshots are automatically grabbed for each site, and everything is
> displayed nicely. As much as I don't wish to compare or be seen to
> copy, this is somewhat similar to the RoR camps HappyCodr
> (www.happycodr.com)
>
> I see this being a 'replacement' for the DjangoPoweredSites wiki page,
> which is growing and becoming less useful every day (IMO).
>
> The site is basically all working nicely now, but I'm no good at the
> graphics side of things. I'm currently using a template from
> www.freecsstemplates.com but my hacking away has made it look like
> ass :)
>
> Is anybody interested in volunteering a few hours time for this
> project? I would assume in the vein of other django community sites
> it'd stay ad-free, I'm happy to host and maintain it, with links to
> the designers website.
>
> Anybody have any interest or other feedback?
>
> Ross
>
>
> >
>


-- 
Justin Lilly
University of South Carolina

--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: "Powered by Django" directory - Designer Wanted!

2007-06-05 Thread Dave Lists

Hi Ross,
   Sorry, not an offer of help but a request for more info. Can you tell 
me what you use to do the screen grabs?

Regards,
Dave.


Ross Poulton wrote:
> Hi all,
> 
> I've been using Django for quite a while now, some of you may know my
> name from occasional blog posts on the Django community aggregator.
> 
> I've been working on a website to showcase websites that are Powered
> by Django. In a similar vein to djangosnippets.org the site lets
> people sign up, submit sites, tag them, leave comments, etc etc.
> Screenshots are automatically grabbed for each site, and everything is
> displayed nicely. As much as I don't wish to compare or be seen to
> copy, this is somewhat similar to the RoR camps HappyCodr
> (www.happycodr.com)
> 
> I see this being a 'replacement' for the DjangoPoweredSites wiki page,
> which is growing and becoming less useful every day (IMO).
> 
> The site is basically all working nicely now, but I'm no good at the
> graphics side of things. I'm currently using a template from
> www.freecsstemplates.com but my hacking away has made it look like
> ass :)
> 
> Is anybody interested in volunteering a few hours time for this
> project? I would assume in the vein of other django community sites
> it'd stay ad-free, I'm happy to host and maintain it, with links to
> the designers website.
> 
> Anybody have any interest or other feedback?
> 
> Ross
> 
> 
> > 
> 

--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



"Powered by Django" directory - Designer Wanted!

2007-06-04 Thread Ross Poulton

Hi all,

I've been using Django for quite a while now, some of you may know my
name from occasional blog posts on the Django community aggregator.

I've been working on a website to showcase websites that are Powered
by Django. In a similar vein to djangosnippets.org the site lets
people sign up, submit sites, tag them, leave comments, etc etc.
Screenshots are automatically grabbed for each site, and everything is
displayed nicely. As much as I don't wish to compare or be seen to
copy, this is somewhat similar to the RoR camps HappyCodr
(www.happycodr.com)

I see this being a 'replacement' for the DjangoPoweredSites wiki page,
which is growing and becoming less useful every day (IMO).

The site is basically all working nicely now, but I'm no good at the
graphics side of things. I'm currently using a template from
www.freecsstemplates.com but my hacking away has made it look like
ass :)

Is anybody interested in volunteering a few hours time for this
project? I would assume in the vein of other django community sites
it'd stay ad-free, I'm happy to host and maintain it, with links to
the designers website.

Anybody have any interest or other feedback?

Ross


--~--~-~--~~~---~--~~
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]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---