|
Posted
almost 17 years
ago
by
[email protected]
(Chris)
I've noticed a Redirect/Get is issued automatically after every Post made to my view. I really don't want this to happen, since it's wreaking havoc with Ajax and my view logic, but I can't find what's causing it. Would this happen to be some sort of feature in AEP? And if so, how do I disable it? I posted to django-users first ([link]
|
|
Posted
almost 17 years
ago
by
[email protected]
(dartdog)
Since the code is elsewhere I could not figure out how to add it on the Google code site without classifying it as a "problem" the review option would not let me add something presumably since the code lives elsewhere. Hope it helps a tiny bit!
|
|
Posted
almost 17 years
ago
by
[email protected]
(jobyjohn)
Is'nt it necessary to add LOGOUT_URL = '/guestbook/logout/' in the settings.py file as part of the last step when changing LOGIN_URL = '/guestbook/login' Thank you for the tutorial.
|
|
Posted
almost 17 years
ago
by
[email protected]
(dartdog)
Konrad, many thanks, for all the guidance, but once again I'm lost in this world.. While I wish I did not have so many basic questions, I hope that the answers are helping more than just me (and I think they are) I'm trying to dress-up the example pages for the sample project, and I've made fair (painful) headway..
|
|
Posted
almost 17 years
ago
by
[email protected]
(Korey Peters)
I'm trying to authenticate an EmailUser on the test server. The following code throws a AssertionFailed error: self.u1 = User(email='[email protected]' , password='Password1') self.u1.put() self.assertTrue(self.client.lo gin(email='[email protected]', password='Password1'))
|
|
Posted
almost 17 years
ago
by
[email protected]
(Charlie)
I just made a basic sample app using the latest beta release. Uploading the app using ./manage.py update works ok, but when it gets to the updating indexes it asks for my login again and won't authenticate: Cloned 500 files. Uploading 2 files. Deploying new version. Checking if new version is ready to serve.
|
|
Posted
almost 17 years
ago
by
[email protected]
(molicule)
Hi, I get the following error when I attempt to do python manage.py shell --datastore_path data/my.datastore manage.py: error: no such option: --datastore_path Note: python manage.py runserver :80 --datastore_path data/my.datastore works as required. Thanks S. Sriram
|
|
Posted
almost 17 years
ago
by
[email protected]
(dartdog)
Not sure but it seems that if I put a reference to a background image in the look.css, I don't think it gets resolved.. like so: Background-color: WhiteSmoke; Background-image: src=('{{ MEDIA_URL }} global/AEP.png'); The color gets done but the
|
|
Posted
almost 17 years
ago
by
[email protected]
(yamandu)
Would it be possible to use the row-level permission branch with app- engine-patch? I think no because of the db dependencies. Someone can talk more deeply on this?
|
|
Posted
almost 17 years
ago
by
[email protected]
(Chris Tan)
I've recently received a small bit of traffic on my site (~1k visitors) and have exceeded the "Admins Emailed" quota. The problem is, I haven't been using the Mail API at all, and in my settings.py file I have: DEBUG =
|