Re: Exciting Opportunity: Join Our Django WhatsApp Bulk Messaging Project!

2024-02-20 Thread Christopher Esiso
I'm interested to join you guys. Best regards! On Sun, Feb 18, 2024, 18:47 SURAJ TIWARI wrote: > 🚀 Join Our Django WhatsApp Bulk Messaging Project! > > 👋 Hello everyone, > > Are you looking for an exciting opportunity to gain hands-on experience in > Django development? Do you want to work on a

Re: Arbitrage bot

2023-03-13 Thread Christopher Lucero
Why create your own crypto bot when there is a crypto arbitrage team cat who pay a percentage of the investment and protect your assets, that is, you are guaranteed to receive your money with interest. воскресенье, 21 июня 2020 г. в 23:17:16 UTC+2, turing machine go brrr

Questions about code coverage.

2020-11-09 Thread Christopher Keith
Folks- I ran coverage and massaged the data a bit to get a better idea what areas weren’t covered. Here is a Google Sheet with the results, sorted by coverage% low-to-high. It looks like t

Re: Question about permissions for django.git

2020-10-31 Thread Christopher Keith
updated to show both ways of setting up the remote? Best regards, Chris On Saturday, October 31, 2020 at 10:39:44 AM UTC-7 Kasper Laudrup wrote: > Hi Chris, > > On 31/10/2020 17.02, Christopher Keith wrote: > > Folks - > > > > I am following the instructions from >

Question about permissions for django.git

2020-10-31 Thread Christopher Keith
Folks - I am following the instructions from https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/working-with-git/ . However, when I try to 'git fetch' the source repo, I get 'Permission denied' PS C:\Users\chris\Documents\Github> git clone https://github.com/chrisxke

Re: Django Courier Management System Project

2018-11-12 Thread Christopher Medlin
https://www.djangoproject.com/start/ On Mon, Nov 12, 2018 at 11:38 AM sakkhar saha wrote: > Dear All, > I am Sakkhar form Bangladesh. Now I have a project idea. And i am a single > man. My Project is Courier Management in Djnago. Please help for the idea. > How i start my project. And How i Desi

Re: Django Channels also works when I have no Worker running.

2018-04-17 Thread Christopher Wittlinger
I think I misunderstood the concept of the workers. I thought that all Requests (HTTP and Websocket) are delegated to some sort of consumers which is run in a Worker. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gro

Re: Django Channels also works when I have no Worker running.

2018-04-17 Thread Christopher Wittlinger
When I am logging from within the consumers it is logged from my web process and not the worker process. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-

Django Channels also works when I have no Worker running.

2018-04-17 Thread Christopher Wittlinger
URLRouter([ url("^ws/chat/$", chat_consumers.ChatConsumer), url("^ws/notifications/$", notifications_consumers.NotificationConsumer) ]) }) Any ideas in this regard? BR, Christopher -- You received this message because you are subscribed to the Google Gr

django URL pattern for an unusual address

2018-01-07 Thread christopher okoro
Which regular expression do I write in my URLs to give me this 'host:8000/?page=1' in my browser address -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-

Re: Flakey tests and django.db.utils.InterfaceError: connection already closed

2015-10-27 Thread Christopher R.
Have you been able to fix the problem? I am encountering the same issue on both Django 1.8.4 and 1.8.5. Any help would be appreciated. On Thursday, October 8, 2015 at 3:38:16 PM UTC+1, thinkwell wrote: > > I could use some assistance in troubleshooting a psycopg2.InterfaceError > problem that h

conflicts with six.moves

2015-06-22 Thread Christopher L. Trudeau
I've been using django to interface with a couple of data source libraries, both of which use six. There appears to be some sort of conflict problem between six and django.utils.six which causes ImportErrors. For example, using the Reddit library "praw": > from six.moves.urllib.parse import parse

Re: select_related() / prefetch_related() and sharding

2015-05-21 Thread Ash Christopher
ed(). > My question is whether you can combine select_related() and > prefetch_related() with sharding techniques. If so, how are you doing it? > > Background: > I was watching various videos on Django under load and Django scaling, > generally there comes a point at which they point

Re: Possible bug introduced in Django 1.7 admin/docs?

2014-09-19 Thread Christopher Welborn
info file is > used for other packaging purposes. > > Yours, > Russ Magee %-) > Thank you for that response. You spelled it out perfectly. I'll look into my libraries and installation methods to see if there is something I can do on my end to help with my error. -- \¯\ /¯/\

Re: Possible bug introduced in Django 1.7 admin/docs?

2014-09-19 Thread Christopher Welborn
g. This is what made me think it was a bug. I don't want to file one if it's not though, so could someone enlighten me please? I am being sincere. Maybe I could even offer a patch for it. -- \¯\ /¯/\ \ \/¯¯\/ / / Christopher Welborn (cj) \__/\__/ / cjwelborn at live·com

Re: Possible bug introduced in Django 1.7 admin/docs?

2014-09-18 Thread Christopher Welborn
e fact that these all have [module-name].egg-info in my /dist-packages/ dir. I have a couple others that have no .egg-info. -- \¯\ /¯/\ \ \/¯¯\/ / / Christopher Welborn (cj) \__/\__/ / cjwelborn at live·com \__/\__/ http://welbornprod.com -- You received this message because y

Re: Possible bug introduced in Django 1.7 admin/docs?

2014-09-18 Thread Christopher Welborn
> AttributeError: 'module' object has no attribute '__file__' It does it for admin/doc/tags also. Not /models, /views, or /bookmarklets. -- \¯\ /¯/\ \ \/¯¯\/ / / Christopher Welborn (cj) \__/\__/ / cjwelborn at live·com \__/\__/ http://welbornprod.com

Possible bug introduced in Django 1.7 admin/docs?

2014-09-18 Thread Christopher Welborn
314, in load_all_installed_template_libraries for p in os.listdir(os.path.dirname(upath(mod.__file__))) AttributeError: 'module' object has no attribute '__file__' It doesn't seem to touch any of my stuff, or any of the changes I mentioned previously.

Syntax highlighting using vim

2014-06-27 Thread Christopher Schenk
help would be appreciated. Best regards, Christopher -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com

Model Design, Nesting by Year

2014-04-23 Thread Christopher Grande
I'm in the process of designing an internal system and I'm having trouble designing the model so that it will function as I need it. The basic idea is that everything is "Season" based, where a season is a year (2014, 2015, etc) >From the there we have Events and the the Seasons they are functi

Re: Get memory-use serverside when rendering a view?

2013-12-12 Thread Christopher Welborn
e then thats just what I'll do. It is the whole request and response I am trying to look at, but finer grain control would be good too. Thanks again, I'm going to study up on middleware. -- - Christopher Welborn http://welbornprod.com -- You received this message because you are subs

Get memory-use serverside when rendering a view?

2013-12-12 Thread Christopher Welborn
p would be much appreciated, I won't mention it again if I don't receive an answer. -- - Christopher Welborn http://welbornprod.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rec

Get a memory profile for a django site?

2013-12-10 Thread Christopher Welborn
of it is critical, so any and all ideas are welcome. Maybe even just a link to some reading material? -- - Christopher Welborn http://welbornprod.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

custmoizing admin using template files

2013-05-22 Thread Christopher Spears
Hi! I am working through the Django tutorial, and I have reached the part where I want to customize my admin. Basically, I want 'Chris Spears App' to appear at the top of the page instead of 'Django administration'. I copied the base_site.html file from its home to C:\Users\Chris\Documents\d

define BASE_DIR?

2013-05-21 Thread Christopher Spears
I am working my way through the Django tutorial, and I have reached the part where I am supposed to customize the look and feel of the admin. I am supposed to do that using the mysite\settings.py file (working on a Windows laptop). I have two questions. At first, I just typed the following in

Some basic questions from somebody learning Django/Python

2013-05-06 Thread Christopher Winter
Hi all, I have some (possibly dumb) questions about Django. I've been through the great "Writing your first app" tutorial on the DjangoProject site, and now my plan is to explore in detail some existing apps from GitHub: get them installed, go through the code line by line, make some mods a

question about django tutorial

2013-04-30 Thread Christopher Spears
Hi! I am a Django newbie, so please bear with me. I am working on part 2 of the Django tutorial. I started my server with the following: python manage.py runserver Then I logged into my admin site. Earlier in the tutorial, I had created a model called Polls. I selected Polls from the Site

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Christopher Glass
For what it's worth, "other PaaS solutions" solve this by letting people call a python function from settings.py I think it's a good solution. On Mar 5, 2013 8:04 PM, "Bruno Girin" wrote: > > > On Tuesday, 5 March 2013 13:35:41 UTC, Dave Murphy wrote: >> >> On Tuesday, March 5, 2013 1:17:13 PM U

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-02 Thread Christopher Glass
Hi Patrick, Great to hear you're interested in writing a Django charm for juju! I have toyed around with the idea, but never got around to implementing something good. I started looking at the current Django charm a little while ago, and while it works to some extend I think we could make reall

File Storage help

2012-10-19 Thread Christopher Meng
Hi all, I want to know who has an example for file sharing service written in Django... Recently I have to write a file sharing project for students sharing their files in order to improve the usability and experience... So can anyone help me? -- You received this message because you are su

Re: Regarding the sub domains

2012-10-13 Thread Christopher Hartfield
You would have to yes first configure your name servers and allow your website example.com to resolve each of those subdomains. So hopefully your number of users won't be too high :( If your allowed you might find it easier to do example.com/moris/, but I would assume you can't do that. Setti

Re: Most widely used documentation source for Django Projects?

2012-10-13 Thread Christopher Hartfield
I would say read the docs looks the best visually. Tastypie uses it and has really pretty documentation with read the docs. On Saturday, October 13, 2012 8:54:35 PM UTC-7, Surgemcgee wrote: > > Hey Gang, is there a standard documentation page for new/existing > Django projects? > I was going t

content_type in Client() post doesn't correctly encode

2012-10-13 Thread Christopher Hartfield
I think I may have a bug in the client test class in the post method. Normally you can call: url_data = {'something': 'something'} response = c.post(ip, url_data, content_type='application/xml') When I do this I get a 401 response and this data: Content-Type: text/html; charset=utf-8 Th

HTTP_Authorization Striped

2012-09-21 Thread Christopher Hartfield
I am using Tastypie and I am trying to use their ApiKey Authentication method. When send a curl post to my api the HTTP_Authorization header is sent correctly, however when I look at the request.META dictionary I notice that the HTTP_Authorization has been stripped. I am using uWSGI and Nagios

Re: Step up to the plate

2012-09-07 Thread Christopher Downard
Alex, I'd love to get involved. christopherdown...@gmail.com or ch...@bluesuntechnologies.com -Christopher Downard On Thu, Sep 6, 2012 at 4:32 PM, Steven Elliott wrote: > Hi alex > > I'm down as well email me at srichardelliot...@gmail.com > On Sep 6, 2012 6:28 PM,

Re: Newbie question about accesing my development Django instance from other computers in my LAN

2012-07-27 Thread Christopher Downard
92.168.1.116:8000 <http://192.168.1.116:8000/myapp/>/page/ > where page is what I am trying to access > > Regards > > Miguel > > > On Friday, July 27, 2012 8:29:07 AM UTC-5, Christopher Downard wrote: >> >> Try python manage.py runserver 192.168.1.116 where that ad

Re: Newbie question about accesing my development Django instance from other computers in my LAN

2012-07-27 Thread Christopher Downard
Try python manage.py runserver 192.168.1.116 where that address is your computer's address. On Jul 27, 2012 7:15 AM, "Miguel Lavalle" wrote: > Hi, > > I am new to Django. I am developing my first app on a Windows 7 laptop. I > want other people to be able to connect to this app. As indicated in t

RE: Static website generator.

2012-07-19 Thread Christopher Hinds
Is this the sort of thing you're looking for? http://datadesk.latimes.com/posts/2012/03/introducing-django-bakery/ -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of fernando iocca Sent: 19 July 2012 18:56 To: django-users@googlegro

Re: New to Django, need help starting

2012-06-21 Thread Christopher Downard
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 unsubscrib

DjangoCon 2011 student ticket available for $175

2011-07-24 Thread Christopher Adams
I'm a student and django user who booked to attend DjangoCon in haste, as now my academic schedule is less flexible than I thought! They told me I should sell it. So if you want it for $175 (orig. value $250) just drop me a line. Many thanks. Chris -- You received this message because you are su

Re: Beginner needing help with a TemplateDoesNotExist exception, when the file does exist.

2011-06-05 Thread Christopher
Martin Just to let you know, moving the templates directory to the root of my project did indeed work. I no longer get that exception. However, I would still like to know why django was telling me that the file does not exist when it clearly does. I posted my virtual host config so if you, or a

Re: Beginner needing help with a TemplateDoesNotExist exception, when the file does exist.

2011-06-05 Thread Christopher
e for your templates) which doesn't really make sense. > > But in the end that is probably up to you. > > Best regards, > Martin > > On Mon, Jun 6, 2011 at 9:47 AM, Christopher wrote: > > From what I understand, the location of my templates is supposed to go > > in

Re: Beginner needing help with a TemplateDoesNotExist exception, when the file does exist.

2011-06-05 Thread Christopher
6/2011 6:51am, Christopher wrote: > > > 110     "/home/foobar/templates", > > ??? -- 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 unsubscri

Beginner needing help with a TemplateDoesNotExist exception, when the file does exist.

2011-06-05 Thread Christopher
OK. I have read many other accounts of this happening, and they were always solved when the question asker correctly modified their TEMPLATE_DIRS setting. None of these suggestions have worked for me. The strange thing is that the template loads when using the Django web server, but errors out when

So, we're trying to hire a front-end Django developer (Kansas City, Missouri)

2010-11-18 Thread Alan Christopher Thomas
I'm a Django guy in Kansas City, MO, and work at a company called Liquid 9. Liquid 9 has its roots as a video company, in the entertainment industry.. music videos, etc. However, over the last year or so, the Interactive department here (consisting of Travis, the designer, and myself), has taken o

Re: Oracle Database Other User Tables/Views

2010-10-21 Thread Christopher Conover
The quoting trick worked well. Thank You Chris >>> Ian 10/20/10 2:48 PM >>> On Oct 20, 8:20 am, "Christopher Conover" wrote: > Hello, > > I am using Django's multiple database support to connect to an existing > Oracle database (10g). I do not

Oracle Database Other User Tables/Views

2010-10-20 Thread Christopher Conover
Hello, I am using Django's multiple database support to connect to an existing Oracle database (10g). I do not have control of the schema nor do I have any other privileges beyond SELECT. Further, the tables and views that I have access to are owned by a different user. Because of this I'm havi

TypeError: 'float' object is not iterable

2010-01-19 Thread Christopher Bird
Hi Im trying iterating over a dictionary. i have no problem with this but when i get to the last key:value ( value is a list) i get the following error value= list TypeError: 'float' object is not iterable django code {% for states in prices_demand.items %} {{ states.0 }} {{ states.1.ite

Re: manage.py createsuperuser

2009-12-14 Thread Christopher Bird
Russ, Yep your right, it worked I was expecting to see something like this: Password:*** Thanks for your quick response Chris On Dec 15, 2:56 pm, Russell Keith-Magee wrote: > On Tue, Dec 15, 2009 at 11:34 AM, Christopher Bird > > wrote: > > has anyone else h

manage.py createsuperuser

2009-12-14 Thread Christopher Bird
has anyone else had trouble with creating a password with the manage.py createsuperuser I ran the command, then asks for my email and user name, then it when it gets the password it wont let me type anything. All i can do is press enter, and then returns "passwords cannot be blank" I've got 'd

User-expandable models and admin stuff?

2009-07-27 Thread Christopher Hart
I'm interested in writing a personal database Django app that allows users to create additional models through the admin site, running automatic syncdb and then having a layer which allows them to create admin forms for those models. Either that or the app would just automatically generate really

Re: How to use InlineModelAdmin for ManyToMany without an Intermediary model?

2009-04-16 Thread Christopher Dodd
? On Apr 10, 2:06 pm, Christopher Dodd wrote: > I realized my question was just a bit off. What I really want is to > create a TabularInline to edit the members relationship on the Group > interface.  This is what you get when you use an intermediary model, > as well as the ability

Re: Changing raw_id_field from 'id'

2009-04-16 Thread Christopher Dodd
I do something similar in http://groups.google.com/group/django-users/browse_thread/thread/14e580f3dd32e87d# Do you want a comma delimited list of barcodes? Assuming the barcode value is another field, you may be able to reuse some of my code but override the RawIdField instead of Field. On Ap

Re: Admin widget for filter_vertical and filter_horizontal slow

2009-04-16 Thread Christopher Dodd
Yeah, this is a known issue. http://code.djangoproject.com/ticket/3202 I ran into it myself and have been trying all kinds of things to work around it. Once you get enough rows in a table the default controls are no longer feasible. Have you looked into the raw_id_fields option? It wasn't an opti

custom Field for Model choice

2009-04-15 Thread Christopher Dodd
Once I populated my database with thousands and thousands of rows the widgets available for manipulating the data on the Admin site became virtually unusable. So I have written a custom forms.Field that is a simple TextField that maps to a (hopefully) unique char field on a Model. The Field valid

Re: How to use InlineModelAdmin for ManyToMany without an Intermediary model?

2009-04-10 Thread Christopher Dodd
I realized my question was just a bit off. What I really want is to create a TabularInline to edit the members relationship on the Group interface. This is what you get when you use an intermediary model, as well as the ability to edit the other members of that model. I could, of course, create

How to use InlineModelAdmin for ManyToMany without an Intermediary model?

2009-04-09 Thread Christopher Dodd
odels.CharField(max_length=128) members = models.ManyToManyField(Person) How would I create a TabularInline to edit the Groups on the Person interface? -- Christopher Dodd --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Aggregation across foreign keys / complex aggregation and annotation

2009-01-16 Thread Christopher Mutel
Following the general rule that no good deed goes unpunished, I have a question about complex aggregation / annotation or annotation across foreign keys. I have the following simplified model: class Unit(models.Model): unit = models.TextField() class Process(models.Model): process = mod

Does using the IPython shell add "LIMIT" to Django ORM discussion (using SQLite)

2009-01-08 Thread Christopher Mutel
Hello all- I recently filed a bug about incorrect SQL generation, and Malcom Tredinnick said that the example SQL I provided couldn't be correct, because there was an extra LIMIT clause that shouldn't be there. After poking around for a bit, I realized that everytime I was executing my query in t

custom manager method example return a queryset instead of a list

2008-07-07 Thread Christopher Clarke
Hi Guys In the example http://www.djangoproject.com/documentation/model-api/#manager-names there custom method with_counts() returns a list How do i get it to return a queryset Regards Chris --~--~-~--~~~---~--~~ You received this message because you are subscribe

Re: Logout when Leaving

2008-07-07 Thread Christopher
n/sessions/ > > -- > The world is just awesome. Boom De Yada! > > On Mon, Jul 7, 2008 at 6:17 AM, Christopher <[EMAIL PROTECTED]> wrote: > > > Is there a way to automatically log a user out when leaving the > > website? > > > At the moment when the user lo

Logout when Leaving

2008-07-07 Thread Christopher
Is there a way to automatically log a user out when leaving the website? At the moment when the user logs in and leaved the site and comes back the user is still logged in. What is the best way to overcome this? I want the user to have to log in each time they come to the website. Thanks for t

Using a Custom Manager for date based generic views??

2008-07-06 Thread Christopher Clarke
Hi Guys I'm building a django based system for a company that monitors the mutuals funds industry We have Mutual Funds Companies (Issuer) who have one or more funds (Fund) and every month the funds submit a volume report Here is a simplified version class Issuer(models

A twist on cross importing models

2008-05-07 Thread Christopher Mutel
Hello all- I have tried a couple of tips found on the list to solve my problem with circular model imports, but with no lucks. Here is my basic schema: #foo/models.py from bar.models import Formula class Variable(models.Model): amount = models.FloatField(null=True) is_formula = models.Boole

Re: Pre-processing and preparing data in a separate thread or process?

2008-04-15 Thread Christopher Allan Webber
>> ...or, the easy way out, just provide a page that provides a status, >> where your user can refresh as they like. > > I'll have the daemon include a datetime value in the pickled data > which can be displayed in the page, and add a refresh button that will > trigger

Re: Pre-processing and preparing data in a separate thread or process?

2008-04-15 Thread Christopher Allan Webber
ed on that page when the import is completed (possibly through some ajax-y interface either by polling or using a Comet system) or, the easy way out, just provide a page that provides a status, where your user can refresh as they like. All depends on your situation. Hope that helps, Christopher Al

Re: How to display if a user is logged in? Do I develop a custom template tag?

2007-11-26 Thread Christopher Allan Webber
Why not use django's builtin Authentication models? It handles most of this for you. from django.contrib import auth authenticate with: user = auth.authenticate(username=username, password=password) then log the user in: auth.login(request, user) and prest

Re: Adding a custom admin view to the admin app listing

2007-09-19 Thread Christopher Allan Webber
Sure, we can do this, but this doesn't provide a nice application-level way of adding this to the admin listing. At the company I work for, we have over 100 websites we deploy for (and we are just starting to transition to Django). We deploy each application individually depending on a client's

Adding a custom admin view to the admin app listing

2007-09-19 Thread Christopher Allan Webber
Hello, For a project we're working on, we need a custom view that's available only to administrators. It's not the traditional add/edit/delete stuff, and the generic admin interface doesn't cut it. That's fine, I can write my own view. (They need to upload a CSV file, which adds and updates so

Re: problem with session persistence

2007-07-26 Thread Christopher Flynn
Ok, now my python newbness is going to show... I figured out what was causing it. (but I don't know why it wasn't working before) I can do the following: request.session['question_list'].append(question.id) but not: request.session['question_list'] = request.session['question_list'].append( quest

Re: Multiple Edit

2007-07-21 Thread Christopher
Can no one out there help me with this or is this just a really stupid question? On Jul 20, 1:44 pm, Christopher <[EMAIL PROTECTED]> wrote: > I've been looking for a way to have a model and in the Admin be able > to edit a couple at one. Is this even possible? I know m

Multiple Edit

2007-07-20 Thread Christopher
I've been looking for a way to have a model and in the Admin be able to edit a couple at one. Is this even possible? I know models that have Foreign keys etc to each other this can be done. I want one model, stand-alone, and edit multiple. class Test(models.Model): name = models.CharField(

Re: ForeignKey

2007-06-26 Thread Christopher
That was it :) Thanks a lot On Jun 26, 4:15 pm, Horst Gutmann <[EMAIL PROTECTED]> wrote: > Christopher wrote: > > Hi, > > > I am pretty new to both Python and Django and have a quick and > > hopefully easy question. Is it possible to create a Model wi

ForeignKey

2007-06-26 Thread Christopher
= models.URLField(verify_exists=False) parent_menu_item = models.ForeignKey(Menu) I get the following error when I try to manage.py syncdb Error: Couldn't install apps, because there were errors in one or more models: totalimpact.menu: name 'Menu' is not defined Than

Error Handling

2007-06-09 Thread Christopher
Is there a way that I can do something like this in Python? try: # Do something except not MyModel.DoesNotExist: # Handle it... I want to handle all exception except if it's a DoesNotExist one. Then I don't care. --~--~-~--~~~---~--~~ You received this messa

Re: Admin Error

2007-06-09 Thread Christopher
I got it, no worries :) On Jun 9, 5:30 pm, Christopher <[EMAIL PROTECTED]> wrote: > looks like it's not when i am saving but rather trying to list the > one's I have saved. > > On Jun 9, 5:26 pm, Christopher <[EMAIL PROTECTED]> wrote: > > > Hi, I am

Re: Admin Error

2007-06-09 Thread Christopher
looks like it's not when i am saving but rather trying to list the one's I have saved. On Jun 9, 5:26 pm, Christopher <[EMAIL PROTECTED]> wrote: > Hi, I am using Django SVN version updated today. I have made a model > and done the Admin code so I can see it in the Admin se

Admin Error

2007-06-09 Thread Christopher
Hi, I am using Django SVN version updated today. I have made a model and done the Admin code so I can see it in the Admin section of my site and it all looks fine. When I try to save something in there I get the following error: Django version 0.97-pre, using settings 'totalimpact.settings' Dev

Re: ANN: Chesspark - A django based online chess community.

2006-10-24 Thread Christopher Zorn
orestis wrote: > Very nice indeed! Maybe you can make a write up describing some > design/implementation issues? I'm particularly interested in the Jabber > integration and the cool DHTML in the web client... This is in the works. Basically there are some jabber components that handle different p

ANN: Chesspark - A django based online chess community.

2006-10-19 Thread Christopher Zorn
like using web applications. You can visit Chesspark here: http://www.chesspark.com and try the webclient here: http://www.chesspark.com/webclient/client.xhtml Of course, this is only the start. There is much more to come, and hopefully even more games than just Chess. I hope you like it, Christ

Re: URLField Limit 200 maxlenght

2006-03-07 Thread Christopher Lenz
Am 07.03.2006 um 08:17 schrieb favo: > URLField is limit to 200 maxlenght, and not expose a agrument to > change, hope that fix in next version of Django. You should file a ticket for this: <http://code.djangoproject.com/newticket> Cheers, Chris -- Christopher Lenz cmle

Re: Update Trac?

2006-02-19 Thread Christopher Lenz
If any help is needed, please let me know... would be glad to help out. Cheers, Chris (Trac developer and new Django user) -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/ --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: mod_python log

2005-11-28 Thread Christopher Lenz
27;s some httpd.conf dependency, I'm running SuSE 9.3 with minimal tweaks. You need to explicitly flush the output as it's being buffered: print >> sys.stderr, "Hey" sys.stderr.flush() Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/

Re: mod_python log

2005-11-27 Thread Christopher Lenz
he mod_python docs page to reflect this. Actually, AFAIK, you can do: print >> sys.stderr, "Hello" to get messages into the Apache error log. I.e. print to stderr instead of stdout. Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/

Re: ANN: New document: How to serve static files

2005-11-27 Thread Christopher Lenz
ch is considered insecure? Thanks, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/

Re: Django Trac Spam

2005-11-24 Thread Christopher Lenz
more robust solution for 0.9.1. Cheers, Chris -- Christopher Lenz cmlenz at gmx.de http://www.cmlenz.net/