On Sat, Jul 18, 2009 at 7:08 PM, online wrote:
> I know i can have common stuff like this in django
>
>
>
> {% include "header.html" %}
>
>
> blah
>
>
> {% include "footer.html" %}
>
>
> but it seems i need to pass data footer.html and header.html every
> time i include these pages?
There are
On Sun, Jul 19, 2009 at 4:02 AM, Rob B (uk) wrote:
> (r'^(?P\d{4}/, 'archive_year', entry_info_dict,
This named regular-expression group is missing a ")"
It should be: (?P\d{4})
http://docs.djangoproject.com/en/dev/topics/http/urls/#named-groups
Best,
Gabe
--~--~-~--~~
On Wed, Jul 29, 2009 at 2:45 AM, Brian
May wrote:
> I think django is great, unfortunately sometimes the documentation is lacking.
Really? I think it rocks. It's way better them most projects I work with.
Gabe
--~--~-~--~~~---~--~~
You received this message beca
On Mon, Aug 24, 2009 at 9:11 PM, Michael Thomason wrote:
> Anyway, I have two concerns. I'm building a web application that will
> be a portal for different companies.
>
> http://example.com/company1/webapp/
> http://example.com/company2/webapp/
> http://example.com/company3/webapp/
>
> Webapp wil
On Wed, Aug 26, 2009 at 2:10 AM, w y wrote:
> Otherwise just ignore this e-mail
I'm going to try. If I/we can't, will you please take this off-list?
Thanks,
ALL
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Djan
On Sat, Aug 29, 2009 at 8:04 AM, Andrew
Holt wrote:
> Sorry the the FAQ, but how do I unsubscribe from this group ?
http://groups.google.com/group/django-users/subscribe
There is an unsubscribe button in the bottom right of the page.
Gabe
--~--~-~--~~~---~--~~
Y
On Fri, Sep 11, 2009 at 3:03 PM, Jim Myers wrote:
> I have a requirement to serve static files only to users authenticated
> through Django secure login.
http://docs.djangoproject.com/en/dev/howto/apache-auth/
Gabe
--~--~-~--~~~---~--~~
You received this message
On Fri, Sep 11, 2009 at 8:26 PM, Jordon Wii wrote:
> How can return a specific image when there is a 404 error for an image on a
> path?
Don't make it harder then it needs to be. Don't let it get all the way to a 404.
If they upload the image, you likely have the name of the file in your
databa
On Tue, Sep 15, 2009 at 2:48 PM, alivad wrote:
> It does not work, someone can help me.
It looks like you've gotten some help. That's great.
Next time, choose a descriptive subject (that doesn't sound so
demanding) and avoid all CAPS. You'll likely get more people willing
to give some of thei
On Thu, Nov 5, 2009 at 12:51 AM, Denis Bahati wrote:
> My project require to have my own table for users and roles. Am not using
> the default auth table.
Does this work for your additional user info?
http://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users
G
On Wed, Dec 23, 2009 at 2:52 PM, Ariel Nunez wrote:
> Thanks one more time, I hope you all enjoy a lot what's little left of
> this year, and especially take enough the time away from the computers
> to enjoy with your family.
This is a heart felt thanks. I support this message and add my 2
cent
On Fri, Jun 18, 2010 at 11:22 AM, TheIvIaxx wrote:
> I will just have a cron job populate memcached separately.
>
> Is this a common practice or is there a better method for this?
I think the overall approach might need a little more thought, but if
you end up doing something like this, incron wo
On 10/14/06, ggundy <[EMAIL PROTECTED]> wrote:
> There must be some kind of spanning or looping going on as the SELECT
> is full of this type of thing: "AND "country176"."world_region_id" =
> "world_region177"."id" AND "shipper169"."message_type_id" =
> "message_type178"."id" AND."
I thought I wo
fields in a model pointing to the same table?
> I have a vague feeling I might have seen some messages about stuff like
> that fly by but I could easily be wrong about that.
I'll have to do some more searching with different key words. Any
errors I found were PG specific, since that is
on top of Python open source
libraries such as the Django framework, smtpd.py mail service, and the
wsgiref web server software."
--
Gabriel Gunderson
http://gundy.org
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
On Tue, Apr 10, 2012 at 1:50 PM, Ivo Marcelo Leonardi Zaniolo
wrote:
> Does anybody already worked on a really hudge project?
> A really hudge.
Perhaps you've heard of Instagram. You know, the scrappy little Django
shop that just sold to Facebook for 1 *billion* dollars.
http://instagram-enginee
Django peeps,
I know it's a little late to make much use of the code, but I thought
I'd mention it anyway...
See the SOPA middleware in action (will auto-heal tonight): http://izeni.com/
Download it: http://dl.dropbox.com/u/47654226/sopa_protest.tar.gz
It was quickly hacked together and no doub
On Tue, May 17, 2011 at 10:33 AM, Tom Evans wrote:
> I don't mean to sound glib, but (almost) everything is detailed in the
> very fine manual. Read, re-read and re-re-read the manual - even the
> boring bits!
I think it's important to remember that one of the strengths of Django
is its docs. Th
On Tue, May 17, 2011 at 11:53 AM, igalic wrote:
> I went through the first part of the tutorial without problems, but
> when trying to turn on the admin app in tutorial 2, I got this error
> page with the message stated in subject line.
>
> Here's more info:
>
> Django: latest version from the tru
On Tue, May 17, 2011 at 7:26 PM, Chris Seberino wrote:
> I have 3 classes that have a ManyToMany relation with the User class.
>
> When I try to do syncdb I get this error
>
> Error: One or more models did not validate:
> mvc.course: 'users' has an m2m relation with model User, which has
> eit
On Wed, May 18, 2011 at 2:41 PM, William Hudspeth wrote:
> pg_dump -C -h localhost -U wilbur -t achon_group -t achon_grouping -t
> brecciation -t chon_class -t chon_group -t chon_petro -t
> chon_petro_subtype -t iron_group -t iron_struc -t loan -t met_type -t
> metrefs1 -t other_notes -t photo_log
On Wed, May 18, 2011 at 4:27 PM, yevishere wrote:
> I am using admin.py and
> I have a ton of numerical fields in columns
> I was wondering how I could have a little window where I could ask the
> user to filter a specific column by numerical value. Something like
> list all values from column 1,
On Thu, May 19, 2011 at 1:44 PM, Bobby Roberts wrote:
> hi. Regardless of how we try to export from a view into an excel
> file, we get a weird msgbox reading:
>
> "The file you are trying to open, 'filenamehere.xls', is in a
> different format than specified by the file extension. Verify that
>
On Fri, May 20, 2011 at 8:36 PM, enqing wrote:
> This weird issue hanpped when I used the django admin site. I have
> set the database with sqlite3, and creat a number of my classes in
> app model.py, all others classes can work as expectation. only a
> class have this "DatabaseError at /admin
On Sat, May 21, 2011 at 8:34 PM, Ram wrote:
> hello everyone i want to learn how to insert text and image uri
> filename in single table of postgreSQL it will be very helpful if i
> will get to learn from code snippets as i am new to django pythan its
> very difficult to learn from djangoproject.c
On Mon, May 23, 2011 at 8:04 PM, egilchri wrote:
> I am really new to Django. I've set up an Apache server with
> mod_wsgi,and Django, and I've hit what is probably a common
> roadblock.
Welcome. Hope you enjoy your time spent with Django!
> When I use "curl" to invoke a url using GET, it work
What: Python's 20th Birthday (well, public release birthday)
Extravaganza Lunch Party!
When: Monday at 12:15
Where: Izeni. We're located at the Novell TCN, also known as the
building formerly known as OSTC, also known as (but not really
numbered as) building A. (Campus Map:
http://bit.ly/Python
On Fri, Feb 18, 2011 at 2:12 PM, Gabriel Gunderson wrote:
> We'll be gathering Monday to have pizza, giant subs, spam with eggs**,
> and a specially commissioned Python-themed cake by Joseph Hall of 3D
> TuxCake fame[2].
Heh, I thought I'd share a cake update. We're
28 matches
Mail list logo