django-nonrel Questions

9

Solved

First of all, I am a newbie. I'm running Ubuntu 11.04 which comes with Python 2.7 so I installed Python2.5 in different dir to run Django-Non-Rel on Google App Engine. I did the Guestbook tutorial ...
Giorgi asked 19/7, 2011 at 17:31

7

I'm working with Django-nonrel on Google App Engine, which forces me to use logging.debug() instead of print(). The "logging" module is provided by Django, but I'm having a rough time usi...
Altamirano asked 1/11, 2012 at 11:34

2

Solved

I'm doing an app with Django non rel on Google App Engine, and im using Bootstrap...to use Bootstrap on Django Forms i installed django_forms_bootstrap (https://github.com/pinax/django-forms-bootst...

3

Solved

I want to secure my Task Queue URLs against malicious access. In the views that the Task Queue requests I've got: if not users.is_current_user_admin(): return HttpResponse(status=403) But my T...
Capricecapricious asked 5/5, 2011 at 22:27

5

This question is already asked on StackOverflow, The asked questions date back to 2013, Its 2015 now and Django has grown up fast. What is the situation of using mongodb with Django 1.8 as of 201...

2

Solved

Working on a Django project that requires a NoSQL store and I believe I've settled on Mongo. I've seen a lot of topics that talk about Mongo and Django, but none that mentioned Django-nonrel, and I...
Vintner asked 3/5, 2012 at 3:7

4

I am using django-nonrel with mongodb-engine I am getting the following error when I run python manage.py syncdb: Traceback (most recent call last): File "manage.py", line 22, in <module> ex...
Concavoconvex asked 12/12, 2016 at 4:1

3

I am beginner lift with django mongodb on heroku [ addon : mongolab ]. heroku run python manage.py syncdb Running python manage.py syncdb attached to terminal... up, run.2332 Creating tables ......
Jael asked 4/6, 2015 at 4:2

4

Solved

I'm using Django-nonrel with registration app. Things seem to be working fine, except when I try to reset my password. When clicking on reset-password link sent to me in email, Django produces erro...
Binaural asked 12/6, 2011 at 18:42

4

I am using djangoappengine. When I try create a new user, authenticate that user, and log them in, I get the following error AttributeError: 'AnonymousUser' object has no attribute 'backend'. My c...
Photomural asked 15/2, 2012 at 7:23

3

Solved

I'm a newbie been going through the django-nonrel tutorials and have set up django-nonrel inside of Google App Engine. I am now trying to create a superuser using: manage.py createsuperuser --use...
Earthwork asked 28/7, 2010 at 12:33

3

Solved

I am trying to setup django-nonrel on GAE (Google App Engine) - following the steps here http://www.allbuttonspressed.com/projects/djangoappengine#installation The test application works great - ...
Carlotacarlotta asked 11/3, 2012 at 9:44

9

Solved

SO I created a django project and app as per the tutorial and I have all the dependencies necessarry for MongoDB Engine it all seemed to be working fine and dandy till I tried enabling the admin in...
Hauteur asked 11/1, 2012 at 12:41

2

Solved

I have problems localizing a django-nonrel project, which is deployed to GAE. Because of GAE I have to put everything into my project folder, so it looks like something like this project + django...
Sheeran asked 27/9, 2011 at 18:58

1

Solved

I would like to know how to pass a variable to all my templates, without repeating the same code on every method in my views.py file? In the example below I would like to make categories (an arra...
Hera asked 27/7, 2013 at 18:58

4

Solved

I'm experimenting with django-nonrel on appengine and trying to use a djangotoolbox.fields.ListField to implement a many-to-many relation. As I read in the documentation a ListField is something th...
Mammiemammiferous asked 9/6, 2011 at 22:52

1

I'm working on a Django-nonrel project using Django-rest-framework and I've run into the following error after following the instructions in the Token Authorization section of their Authorization A...

4

I'm trying to get role-based permissions working for django-nonrel for GAE. Out of the box, it didn't seem to work, probably because of the implicit many-to-many relationship between Users and Gr...

1

Solved

I am writing a django-nonrel based app and using admin view functionality provided by Django. I want a Many-to-many relationship between two models and for this, I am using ListField found inside ...

4

Solved

For a very long time now I've been using task queues on AppEngine to schedule tasks, just the way I'm supposed to. But what I've always been wondering is how does one write tests for that? Until n...
Roberson asked 7/2, 2011 at 22:44

3

Solved

Hoping to get a comment from the GAE python team on this one. Has something changed between 1.6.3, 1.6.4 with regards to the way the dev_appserver datastore is flushed to disk on app exit? I'm us...
Grata asked 8/4, 2012 at 3:33

1

my django app run with mysql, but when i try with mongodb then show thie error Traceback (most recent call last): File "manage.py", line 14, in <module> execute_manager(settings) File "/h...
Equivocation asked 31/7, 2011 at 23:10

3

Solved

I'm trying to use the Django nonrel project for google app engine. I setup the test project as described here. I added a new folder to the project named "static" for my static files. And for the ap...
Acrobatics asked 15/10, 2011 at 18:13

2

Solved

I read this page but didn't get when to use embedding feature and when to use linking.I have a project in django for which I am using MongoDB.In my models.py file I have following models: class Pr...
Shalne asked 23/11, 2011 at 9:29

2

Solved

Update: I've noticed that entities are saved (and available at the Datastore Viewer) when I save them using views (and the create_object function). But when I use shell (manage.py shell) to create ...
Superphysical asked 22/11, 2011 at 12:26

© 2022 - 2024 — McMap. All rights reserved.