Good day Guys
I got this off news.python.sc, and thought I would share in case anyone
misses it.
https://lincolnloop.com/high-performance-django/index.html
Definitely some tidbits of information, esp to areas of securing and
performance improving.
HTH
Regards
Brent
--
You received this m
I have a design/approach question, I think it boils down to needing to join
two tables on multiple fields, where the tables are not linked via a
foreignkey. However I'm open to any suggestions on rethinking the overall
approach to it. Here's what I'm trying to accomplish.
I have a model with fie
, 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.
--
Alex Clark · https://www.gittip.com/aclark4life/
--
You received this
roup, 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.
--
Alex Clark · https://www.gittip.com/aclark4life/
--
You rec
Hi:
Not sure if my planet feed request will get approved, but I just wrote
my first Django post :-)
- http://blog.aclark.net/2012/10/23/django-hello/
Cheers
--
Alex Clark · https://www.gittip.com/aclark4life/
--
You received this message because you are subscribed to the Google Groups
ack the project and report issues here:
- https://github.com/aclark4life/django-pci-auth
I look forward to your comments,
Alex
--
Alex Clark · https://www.gittip.com/aclark4life/
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To
Hi Ilian,
I couldn't find any reference to pingbacks/trackbacks for Django, could you
point me in the right direction? :)
Many thanks!
On 26 September 2012 16:49, Ilian Iliev wrote:
> Hi,
>
> in the case of wordpress this is just an XML-RCP call it is used for
> pingbacks/tracebacks.
> There
Hi,
On 7/28/12 11:57 PM, Marcin Tustin wrote:
" Powered by Pyramid <http://pylonsproject.org/> & Redis
<http://redis.io/> on Heroku <http://heroku.com/>. "
You've got a nerve! :)
Hah! Hey I like Django too :-)
Alex
On Sat, Jul 28, 2012 at 7:28 PM
/nights in #pythonpackages on irc.freenode.net. Hope to meet/talk
with all of you soon.
Alex
--
Alex Clark · http://pythonpackages.com/ONE_CLICK
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email
Trying to get django pages to recognize a css filehaving trouble
getting all of the correct settings right in the settings.py, urls.py
etc...plus there appears to be several different ways to do this.
I'm on a Mac OSX and I've tried this:
settings.py:
MEDIA_ROOT = 'full-path-to-site-on-machin
y: command not found
Only way I can get this command to work is to refer to the django-
admin.py with the full path...
$ full/path/of/location/django-admin.py startproject mysite
Thanks,
Clark
--
You received this message because you are subscribed to the Google Groups
"Django users&quo
same problem when running the startproject.
Only other piece of info is that during installation I had a "error:
/usr/local/bin/django-admin.py: No such file or directory". But I can
cd into that directory and see the django-admin.py file.
Thanks!
-Clark
On Wed, Mar 7, 2012 at 7:
I am having a similar issue, so I tried the $ pip uninstall django,
but I got a "IOError: [Errno 13] Permission denied"
Advice?
Thanks.
On Feb 28, 2:08 am, Praveen Rachabattuni
wrote:
> Hi,
>
> I am using on Mac OS X Lion and its working pretty well.
> Seems there is something wrong with your d
After installing Django I am attempting to start a new project. After
creating a directory for this, I tried using the command: "django-
admin.py startproject mysite".
but I'm getting the message "-bash: django-admin.py: command not found
".
So, I've tried running this:
"sudo ln -s library/pyth
ve no plans or need to switch to
github for hosting my projects. Sorry for ranting :-|
Still, like the looks of your project :-) So keep up the good work!
Thomas
On Tue, Jan 3, 2012 at 3:06 AM, Alex Clark mailto:acl...@aclark.net>> wrote:
> Hi,
>
>
good work!
Thanks!
Alex
Thomas
On Tue, Jan 3, 2012 at 3:06 AM, Alex Clark wrote:
Hi,
For the past two months I've been developing a service for developers and
consumers of Python packages:
- http://pythonpackages.com
(And as a Django user, this service may be of interest to you).
ages.com/about
Or open a ticket here:
- https://bitbucket.org/pythonpackages/pythonpackages.com/issues/new
Thanks,
Alex
--
Alex Clark · http://pythonpackages.com
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to thi
Hi there -
I have two related models. MapUnitPolys has a 1:M relationship to
DescriptionOfMapUnits. MapUnitPolys has a geometry field,
DescriptionOfMapUnits does not.
The query that I'm trying to accomplish is something like
SELECT DISTINCT DescriptionOfMapUnits.*
FROM ( MapUnitPolys INNER JO
I'm interested in using the ogrinspect command to help build a load.py
file for bringing data from one PostGIS table (in a legacy db) into my
Django project's db. What I can't seem to figure out is how to write the
data source location for a PostGIS layer. Can it be done?
I tried the following:
og
Hello,
I want to use Amazon S3 for file uploads from users
(models.FileField). I have been searching and have come across these
three plugins/examples to use S3 with django...
http://code.djangoproject.com/wiki/AmazonSimpleStorageService
http://www.sourceguru.net/archives/177
http://code.welldev
20 matches
Mail list logo