Re: a very simple beginners question

2012-05-02 Thread spawgi
1. Can you please tell us what the context is or why you want to do that?
2. I suppose you might want to check the source of manage.py and change the
way arguments to this file are handled.



On Wed, May 2, 2012 at 6:29 PM, alon  wrote:

> running
>
> $python manager.py shell
>
> opens a python shell
> is there any way (a parameter) to make the manager run a python file
> with my commands??
>
> 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.
>
>


-- 
http://spawgi.wordpress.com
We can do it and do it better.

-- 
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: Looking for a job in the Arctic Circle

2011-09-30 Thread spawgi
Have you checked hdmessaging.com?

On Fri, Sep 30, 2011 at 6:17 PM, Kevin Renskers  wrote:

> CCP actually wanted me for their UI Programmer position. Did the first
> round of interviews, made a usability report for them, all was well. And
> then they decided that they don't really need a UI Programmer after all :(
>
> Their other positions are not really a great match for me, sadly. Too much
> C++, DirectX, GPU stuff, etc.
>
> --
> 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/-/1PqrbM7SjkoJ.
>
> 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.
>



-- 
http://spawgi.wordpress.com
We can do it and do it better.

-- 
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: Looking for a job in the Arctic Circle

2011-09-30 Thread spawgi
http://www.arcticstartup.com/



On Fri, Sep 30, 2011 at 6:09 PM, Kevin Renskers  wrote:

> Ha, yeah I know that Iceland is not in the Arctic Circle, strictly
> speaking. Maybe I should've said the Arctic Circle region.
>
> --
> 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/-/oe7TEqSVgMkJ.
>
> 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.
>



-- 
http://spawgi.wordpress.com
We can do it and do it better.

-- 
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.



Query about Django vs Web2Py

2011-07-28 Thread spawgi
Hello fellow Django users,

First, this is not to start any flame war, but to get sincere advice.

I started to learn Django and also completed the tutorial. However I have
also come across another framework Web2Py. I wanted to get the perspective
of django users on this framework and its comparison with django. Any
constructive thoughts will be really helpful for me to decide whether I need
to learn both of I can continue my focus on django.

Thanks and Regards,
Sumod

-- 
http://spawgi.wordpress.com
We can do it and do it better.

-- 
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: Advice: project hosting apps

2011-04-04 Thread spawgi
We use an internal implementation of Trac in our org. I think Trac has a
good potential if used properly.
However the Trac workflows are directed mostly towards development tasks and
not QA tasks.

Redmine also has good features from what I have read. But I have never used
it.

Here is a comparison of project hosting and tracking tools.
http://en.wikipedia.org/wiki/Comparison_of_project_management_software

Hope this helps.

On Mon, Apr 4, 2011 at 7:50 PM, Javier Guerra Giraldez
wrote:

> On Mon, Apr 4, 2011 at 8:25 AM, Peter Herndon  wrote:
> > I want to provide per-project issue
> > tracking, wiki or other documentation building, and a nice view of
> > each project's git repository.
>
> i use Fossil (http://www.fossil-scm.org)
> here's a nice blog about it:
> http://sheddingbikes.com/posts/1276624594.html
>
> --
> Javier
>
> --
> 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.
>
>


-- 
http://spawgi.wordpress.com
We can do it and do it better.

-- 
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: manage.py command not found

2011-03-30 Thread spawgi
Assuming the South is very similar to Django from the documentation at the
link. Here are some pointers.
1. Have you tried listing manage.py by trying ls command?
2. If you try ls -l, what are the permissions for manage.py?
3. Have you tried python manage.py?
4. Is there a shebang line at the top of manage.py file assuming the file
exists?

Please try these approaches. Hope this helps.

Thanks and Regards,
Sumod

On Wed, Mar 30, 2011 at 8:19 PM, jay K.  wrote:

>
> Hello,
>
> I am following the tutorial at
> http://south.aeracode.org/docs/installation.html#installation-configure in
> order
> to install South.
>
> I've installed it successfully and modified INSTALLED_APPS so
> it includes 'south', in the settings.py
>
> now I execute the command: ./manage.py shell inside my current project, but
> get a "permission denied" message,
> so I execute the same command, this time with sudo, so sudo ./manage.py ,
> but it tells me that
> ./manage.py command not found
>
> can anyone explain me what's wrong?
>
> 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.
>



-- 
http://spawgi.wordpress.com
We can do it and do it better.

-- 
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: Job on Django + python

2011-03-09 Thread spawgi
Hello Prashant,

Can you please send detailed JD.

Thanks and Regards,
Sumod

On Wed, Mar 9, 2011 at 12:38 PM, Prashant C wrote:

> Hi ,
>
> We are looking for developers looking to work on a Django + python
> project, job location is mumbai,
> Salary is not an issue for a right candidate
>
> you can send me an email at prashantchaudha...@gmail.com
>
> Regards
> Prashant chaudharry
>
> --
> 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.
>
>


-- 
http://spawgi.wordpress.com
We can do it and do it better.

-- 
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: sqlite path

2011-02-26 Thread spawgi
Have you tried updating the DB path in settings.py and creating a new db
file?


On Sat, Feb 26, 2011 at 2:30 AM, Andre Terra  wrote:

> Try appending the custom location to the beginning of your PYTHONPATH.
>
> Sincerely,
> Andre Terra
>
>
> On Fri, Feb 25, 2011 at 5:28 PM, Tim  wrote:
>
>> hi,
>> I'm using Django 1.2.3 and I have a new sqlite (3.7.5) installed in a
>> custom location.
>> There is an old sqlite (3.6.23.1) installed in /usr/local/bin/.
>>
>> How do I tell Django to use the new sqlite? I'm on FreeBSD 8.0.
>>
>> thanks,
>> --Tim Arnold
>>
>> --
>> 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.
>>
>>
>  --
> 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.
>



-- 
http://spawgi.wordpress.com
We can do it and do it better.

-- 
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.