Re: Need Developers

2024-10-26 Thread Douglas Lazaro
Here! I'm interested in more details. On Fri, Oct 25, 2024 at 2:40 AM UJJWAL CHAUDHARY < choudharydhruv...@gmail.com> wrote: > I have some works on Website & Application, If anyone Interested please > let me know if anyone has interested. On Personal Mail > > -- > You received this message becau

My first django project works in mylaptop, locally, but not when deployed

2021-06-08 Thread Douglas Lopez
onsola.png attached. But, when I try to execute through http://semcel.net/mysite or http://semcel.net/mysite/hola, the response obtained is, "It works! Python 3.8.6", instead of show me "Hola Mundo". Any idea of what is happening? I really appreciated your help. Best re

IRC Archive

2021-06-01 Thread Douglas G
Hey, with the change from Freenode to Libera I was wondering if anyone had preserved Freenode IRC logs and made those available somewhere. Thanks, Douglas -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

How django's migration system works?

2021-03-16 Thread Douglas Silva
I have two apps in my project: *transitions* and *maintenance*. One to deal with data insertions and another to deal with models. This is the current structure and cannot be changed. I would like to know how do I run all transitions migrations first and then maintenance ones. -- You received

Invalid syntax on line 16 of manage.py

2020-07-20 Thread Douglas Ii
While following the tutorial for creating your first Django app, I run into a problem when entering the command line "python manage.py runserver" into my terminal. I am using a mac and I get the Error message: File "manage.py", line 16 ) from exc ^ SyntaxError: invalid syntax

Re: Django 2.2 creates multiple migration files when AbstractUser is used

2019-05-02 Thread douglas indumwa
Please answer all the questions in SECTION A and one question of your choice in SECTION B. SECTION A 1. Sort the below dictionary/array key using Javascript and output the information in key:value format on a Polymer interface. The entire numeric key should be sorted in an ascending order and all

My Form is not persisted

2016-04-18 Thread Douglas Bonafe
Helo everybody. Could someone answer me this question on stackoverflow? http://stackoverflow.com/questions/36703456/django-my-form-isnt-persisting-on-database -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and st

Relations one-to-many on django

2016-02-23 Thread Douglas Bonafe
Hello everybody! I'm new on this forum and in django. I'm using Python 2.7 environment. I have the following models.py: class Categoria(models.Model): > > DEFAULT_CATHEGORY = 0 > nome = models.CharField(max_length=255, null=False, default='0') > > def __unicode__(self): > retu

Collaborative project and facebook canvas

2015-02-08 Thread Douglas Cerqueira
Hello friends, I am developing a collaborative project and the idea would be that it works within the canvas on facebook. And for that I tried to use the django-facebook, its use outside the canvas is super quiet, but once again try to log in being there did not seem too simple. I have received

Re: Problem with clearsession admin command and file based sessions

2013-11-28 Thread Douglas Fraser
well, yes, I see that. But anything relying upon get_expiry_age returning the actual number of seconds left (like in the clearsessions logic) rather than a constant all the time is going to fail in this scenario. If SESSION_EXPIRES_AT_BROWSER_CLOSE is True, that is the global expiry policy (i

Re: Problem with clearsession admin command and file based sessions

2013-11-28 Thread Douglas Fraser
On Thursday, November 28, 2013 4:49:37 PM UTC, Douglas Fraser wrote: > > Hi, > > The website I deal with uses file based sessions, and there is no > logging in of users or anything like that. Most of the time, no data is > put into the session, and the session expiry time

Problem with clearsession admin command and file based sessions

2013-11-28 Thread Douglas Fraser
Hi, The website I deal with uses file based sessions, and there is no logging in of users or anything like that. Most of the time, no data is put into the session, and the session expiry time is not explicitly set in the code. I've set SESSION_COOKIE_AGE to 48 hours, and so I'd expect the

Unicode sort order for CharField data in several scripts

2013-08-25 Thread Will Tuladhar-Douglas
cript.") language = models.CharField(max_length=40, default="Latin", help_text="Please use standard language names or codes as defined in the ISO 639 standard.") Many thanks, -WBTD. - - -- --- - - Will Tuladhar-Douglas University of Aberdee

Re: PostGIS 2.0.0 problems

2012-08-03 Thread Will Tuladhar-Douglas
his 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. - - -- --- - - Wi

Re: psycopg2, postgres9.1, Mac OS - problem with psycopg2

2012-02-22 Thread Will Tuladhar-Douglas
e package. > - - -- --- - - Will Tuladhar-Douglas Anthropology of Environments and Religions Wellcome Trust Research Fellow, Nepal, 2011-12. Visiting Scientist, ICIMOD SL/PR group. tending.to/garden -- You received this message because you are subscribed to the G

Re: Is it possible to use Django with an API as its back-end?

2010-06-16 Thread Douglas Graves
Erik, thanks so much for pointing me to django-roa. It looks really cool, particularly because of its ability to handle so many different types of data storage solutions (eg - nosql, multiple dbs, etc). I also randomly stumbled across django-pipes, which seems to work really well for running Djan

Is it possible to use Django with an API as its back-end?

2010-06-07 Thread Douglas Graves
Hello fellow Django enthusiasts! I'm a new Django user, and have been experimenting with 1.2 for the last few weeks. Thus far, I love it! I love that it has thus far been so simple for me to learn, that the documentation is actually readable and simply written, and that the set up was sooo fast a

Django + mod_python + apache on development box

2009-03-24 Thread douglas
to resolve all addresses ending in ".py". Also, Django pages render as expected with the Django lightweight web server for testing. I am seem to be close to success. I am going to spend time with the documentation today. Any suggestions would be greatly appreciated. Best regards, D

Re: [PyCon-Organizers] PyCon 2009 (US) - Call for tutorials Extended to 11/3

2008-10-30 Thread Douglas Napoleone
We should get an announcement out on the blog: http://pycon.blogspot.com/ and note that the deadline is approaching for both talks and tutorials. For some reason blogger does not like my google account, so I cant seem to do it :-( -Doug On Thu, Oct 30, 2008 at 3:28 PM, Greg Lindstrom <[EMA

Re: Open Source Volunteer Position open for a Science Fiction Movie Project.

2008-07-25 Thread Douglas E
On Jul 25, 1:43 pm, "Ronaldo Zacarias Afonso" <[EMAIL PROTECTED]> wrote: > Hi Douglas, > > I'm interested in giving some help to this project. > I'm not a Django expert (I'm learning django right now), but I think I > can help you. > If you n

Re: lighttpd & django, fcgi issues

2008-04-07 Thread Douglas E
; fastcgi.server = ( > > > "/mnt/project/mysite.fcgi" => ( > > > "main" => ( > > > "host" => "127.0.0.1", > > > "port" => 3033, > > > &quo

Re: lighttpd & django, fcgi issues

2008-04-07 Thread Douglas E
pointing to settings.py in my django > project, as I couldn't find any project_settings.py or anything - is > this correct? > 3) for the fastcgi.server() do i need to give it the path of > the .fcgi file? > > thanks I am having the same problems and posted here. Got no response at

Newbie: Setting up Lighttdp on Kubuntu 7:10

2008-04-01 Thread Douglas E
or servers yet and my regex skills suck . Thanks to anyone that can help get this up and working so I can get back to programming!! Douglas E Knapp PS This only will work when my computer is on. Daytime Germany mostly. http://journeytothestars.webhop.net/ # Debian lighttpd configur

PyCon-Tech meeting starting now.

2007-10-02 Thread Douglas Napoleone
Just a friendly reminder that the meeting is starting now. http://pycon.blogspot.com/2007/10/next-pycon-tech-meeting-2-october.html -Doug --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To

PyCon-Tech Meeting Tomorrow, Oct. 2nd, 2pm EST

2007-10-01 Thread Douglas Napoleone
There will be a PyCon-Tech Meeting tomorrow. The meeting will be held on irc in [EMAIL PROTECTED], at 2pm Eastern Standard Time (1pm Central) . This is a public meeting and all are invited to attend. `PyCon `_ is a volunteer conference for the python community, by the commun

PyCon-Tech meeting tomorrow!

2007-09-17 Thread Douglas Napoleone
There will be a PyCon-Tech meeting tomorrow 2pm EST, and we (and by we I mean I) desperately need help getting the proposal system done. I am including the django-users group in hopes that some people from there will be curious and want to help out. Meeting information is here: http://pycon.blogs

Re: Packaging django/flup for ubuntu

2006-07-05 Thread Douglas Campos
thanx On 7/5/06, David Reynolds <[EMAIL PROTECTED]> wrote: > > > On 4 Jul 2006, at 10:47 pm, Jan Claeys wrote: > > > > > On ma, 2006-06-26 at 22:26 -0300, Douglas Campos wrote: > >> does anyone have some light for me? I'm new to this ubuntu thing >

Re: Managing database privileges

2006-07-04 Thread Douglas Campos
you can specify what user/password to connect to database in settings.py file, under your project dir http://www.djangoproject.com/documentation/tutorial1/#database-setup On 7/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I am in the process of moving my Django project from using the >

Re: Packaging django/flup for ubuntu

2006-07-04 Thread Douglas Campos
thanx On 7/4/06, Jan Claeys <[EMAIL PROTECTED]> wrote: > > On ma, 2006-06-26 at 22:26 -0300, Douglas Campos wrote: > > does anyone have some light for me? I'm new to this ubuntu thing > > > > I want to mantain a nightly .deb build from django svn, to hel

Re: Hola

2006-07-04 Thread Douglas Campos
lot of the documentation you'll find links to translations into > the commenters native tounge. It would be nice to see what the core > team had to say about this. > > On 03/07/06, Douglas Campos <[EMAIL PROTECTED]> wrote: > > Is there already a task force to translate

Re: Hola

2006-07-03 Thread Douglas Campos
Is there already a task force to translate the docs? On 7/2/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > On 7/2/06, mamcxyz <[EMAIL PROTECTED]> wrote: > > Con respecto a django, no hay mucha informacion en español, asi que te > > tocaria leer la documentacion (que es buena) en ingles. > > This

Packaging django/flup for ubuntu

2006-06-26 Thread Douglas Campos
does anyone have some light for me? I'm new to this ubuntu thing I want to mantain a nightly .deb build from django svn, to help the poor (tm) Thanx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" gr

Re: MS SQL Django suport is stable?

2006-06-22 Thread Douglas Campos
i wait the day when lighty + flup + django would be supported officially by the official docs :) just my 0.02 On 6/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi folks, > > Just to throw more fuel on the fire :) > > The missing part that everybody is forgetting is the Database Connecto

Re: MS SQL Django suport is stable?

2006-06-21 Thread Douglas Campos
period? On 6/21/06, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > On 6/21/06, Lucas Vogelsang <[EMAIL PROTECTED]> wrote: > > I think we pretty all know how painfull this is(not at all). Django on > > it's own is very easy to setup on any Linux. Maybe the packages you > > needed were hard to install

django-users spam

2006-06-21 Thread Douglas Campos
Do we have some kind of spam filter at googlegroups? these marketing spam is very annoying --~--~-~--~~~---~--~~ 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@googl

Re: confused again: a "home page" can't be some special case

2006-06-06 Thread Douglas Campos
let's clarify: you have now: myproject polls photos gigs and want to make it all appear at main page right? like this +--+ | home page| +---+-

Re: No Model Inheritance in Magic-Removal?

2006-05-30 Thread Douglas Campos
it has been discussed here for two months On 5/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi. > > Please tell me it isn't so... > > I cannot BELIEVE that I spent several hours yesterday migrating my > project to the "Magic-Removal branch", now that it's been merged to > trunk an

Re: New Django manage.py bugs

2006-05-25 Thread Douglas Campos
i've saw too that manage.py syncdb create tables out of order, disobeying the foreign keys, many to many tables, etc... On 5/25/06, Siah <[EMAIL PROTECTED]> wrote: > > Thanks for the response adrian. > > Somehow I felt the result of Alter Table is not as efficient as > properly creating the tabl

ordering by foreign key

2006-05-22 Thread Douglas Campos
i have a model formed by : vendor = foreign key name, ver, rev, etc how can i order by vendor first? ordering = [ 'vendor', 'name' ] fails any ideas? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" g

Re: How to write a module level method rather than a instance method

2006-05-22 Thread Douglas Campos
wow, the first pre-flame over 2 months! On 5/22/06, Carlos Yoder <[EMAIL PROTECTED]> wrote: > > Guys, let's try to cut down on cynicism, please? We all have our day > jobs, responsibilities, families and so on and so forth, and this is a > motivation-driven, heartfelt project. > > If Malcom would

Re: Multi-app project

2006-05-18 Thread Douglas Campos
the nice thing about django and its staff is that you always get some kind of "RTFM" :) Thanks for pointing this out On 5/18/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Thu, 2006-05-18 at 08:49 -0300, Douglas Campos wrote: > > I'm wor

Multi-app project

2006-05-18 Thread Douglas Campos
I'm working at an audit system in django. There's a stupid question lying: Can I make models that use foreign keys from other apps? like this myproject/app1/models.py: Class AnyThing(models.Model): a = models.IntegerField(blah, blah) myproject/app2/models.py: Class AnyThang(models.Model):

Re: There is no v0.92 or v0.95 release of Django

2006-05-16 Thread Douglas Campos
agreed :) On 5/16/06, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > On 5/17/06, Todd O'Bryan <[EMAIL PROTECTED]> wrote: > > > > I just checked in Subversion and it looks like version 0.92 or 0.95 > > was never tagged as a release version. Is that correct? > > Yes. This is correct. > > Just to

Re: multi-auth branch

2006-05-16 Thread Douglas Campos
exactly, thanx english isn't my first language, sorry. Perhaps we'll have group and user ldap storage? :) On 5/16/06, gabor <[EMAIL PROTECTED]> wrote: > > Joseph Kocherhans wrote: > > On 5/16/06, Douglas Campos <[EMAIL PROTECTED]> wrote: > >> the

Re: multi-auth branch

2006-05-16 Thread Douglas Campos
the multi-auth branch targets some kind of 100% external auth? because i've seen some approach using ldap+django users On 5/16/06, Joseph Kocherhans <[EMAIL PROTECTED]> wrote: > > On 5/16/06, Douglas Campos <[EMAIL PROTECTED]> wrote: > > Does anyone have news ab

multi-auth branch

2006-05-16 Thread Douglas Campos
Does anyone have news about it? progress, etc thnx Douglas --~--~-~--~~~---~--~~ 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 u

Re: admin not *seeing* installed app

2006-05-11 Thread Douglas Campos
perhaps you need to sync your database just a guess. I've made this mistake before On 5/11/06, arthur debert <[EMAIL PROTECTED]> wrote: > > Hi folks. > > I've just ran into a small glitch when moving an app to a new server. > > My application is "missing" from the admin main view. > Everythi

Re: database tables creation error: [magic-removal]

2006-04-18 Thread Douglas Campos
Thanks, Don't It need to be more verbose at docs? If i can help... Thanx again --~--~-~--~~~---~--~~ 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.c

database tables creation error: [magic-removal]

2006-04-18 Thread Douglas Campos
even if I specify the blank=True flag on field creation, it insists on creating the field on database with NOT NULL here is the model: http://pastebin.com/667514 and here is the sql generated for the model: http://pastebin.com/667518 Does anyone have ever seen this? Thanx in advance Douglas

magic-removal ebuild

2006-04-05 Thread Douglas Campos
For the gentooers, I've built a magic removal svn ebuild If anyone wants it, pvt-me --~--~-~--~~~---~--~~ 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@googlegrou

Re: Look at this! Perhaps a bug or a mistake

2006-04-04 Thread Douglas Campos
Confirmed: Works on postgresql... I will switch to mr very soon Thanx for allOn 4/3/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: On Mon, 2006-04-03 at 16:15 -0500, James Bennett wrote:> On 4/3/06, Douglas Campos <[EMAIL PROTECTED]> wrote:> > My environment> >

Re: BEST FOR NET PROFESINALS

2006-04-03 Thread Douglas Campos
totally agreed On 4/3/06, Javier Nievas <[EMAIL PROTECTED]> wrote: Maybe we need an spam filter... --~--~-~--~~~---~--~~ 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

Re: Look at this! Perhaps a bug or a mistake

2006-04-03 Thread Douglas Campos
sorry, like any other newb, there's a long path to achieve nettiquette goals :) My environment Django 0.91 DB: sqlite3 ---cut here--- from django.core import meta CLASSES_EVENTO = ( (0,'Sem Classe'), (1,'Pequeno Príncipe'), (2,'Ensino Fundamental I'), (3,'Ensino F

Look at this! Perhaps a bug or a mistake

2006-04-03 Thread Douglas Campos
~/myprojects $ python manage.py shell Python 2.4.2 (#1, Feb 1 2006, 00:26:00) [GCC 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)] on linux2 Type "help", "copyright", "credits" or "license" for more information. (InteractiveConsole) >>> from django.models.calendario import eventos >>> eventos.

Re: Error in admin

2006-04-03 Thread Douglas Campos
0 errors found I think that my model used a python reserved name When I changed it, all went well I will make more tests then post the result here On 3/31/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: On Mar 31, 2006, at 11:22 AM, Douglas Campos wrote:> How can I get rid of t

Error in admin

2006-03-31 Thread Douglas Campos
How can I get rid of this error? Could not import django.contrib.admin.views.main. Error was: cannot import name isleap Does anyone has a light to share? Thanx Douglas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google