pinax Questions
2
Solved
I am trying to test a scenario where the user's card has insufficient funds.
Following the docs at https://stripe.com/docs/testing - the cardnumber 4000 0000 0000 0002 should yield such an error. ...
Nildanile asked 29/6, 2018 at 10:33
4
Solved
I'm using pinax-theme-bootstrap-account with django-user-accounts.
When I want to use pinax templates I get this error:
'bootstrap_tags' is not a valid tag library: Template library bootstrap_ta...
Quire asked 20/4, 2014 at 11:24
1
I have been trying to get two third party apps to play nice together, and it just hasn't been working for me, due to their names.
The two apps I am trying to get to work are django-user-accounts a...
Hopper asked 18/10, 2017 at 0:15
9
Solved
I've read all the other threads but I still don't get why my apps are not showing up in Django admin. Everything else works fine.
My apps are in settings.py
I have admin.autodiscover in my root u...
Ileac asked 4/1, 2010 at 21:57
3
Solved
I've finally installed all the requirements (so i think!) of a Django project, and I'm trying to get a local install running on my Mac (OSX 10.4).
I'm getting the following error:
Blockquote
O...
7
Solved
What's the best way to rename photos with a unique filename on the server as they are uploaded, using django? I want to make sure each name is used only once. Are there any pinax apps that can do t...
Quittor asked 20/4, 2010 at 8:30
6
Is inheritance possible in admin Models ?
Like For Example consider the following ,
File : models.py
class AbstractModel ( models.Model ):
# Meta Information common to all classes
author = mo...
Huda asked 11/9, 2011 at 3:15
7
Solved
I'm trying to get pinax working on WebFaction and having so many issues...
[Sun Feb 19 20:01:20 2012] [error] [client 127.0.0.1] mod_wsgi (pid=22796): Exception occurred processing WSGI script '/h...
2
Solved
I am getting an error page from an originally Pinax 0.7 project:
ImportError at /
No module named simple
Request Method: GET
Request URL: http://stornge.com:8000/
Django Version: 1.5
Exception Typ...
Salleysalli asked 25/3, 2013 at 17:26
1
I am developing a project with pinax and django 1.3.1 have successfully installed the virtualenv,pinax and other requirements and activated it created a project using pinax-admin.py setup_project m...
5
Solved
I am trying to understand Pinax and plan to use it in my next project.
I have started with a pinax basic project, and now I have something to go with runserver.
Now, I understand that I can custo...
Maricruzmaridel asked 13/5, 2012 at 4:26
1
I am planning on transferring my django site to pinax so I dont have to deal with the user registration and what not. Before I make this move, I was wondering what the alternative options are...
1
Solved
I have included a new app django_colorbox in my Pinax project. For some reason the following code throw TemplateSystaxError: Invalid block tag: 'include_colorbox', expected 'endblock' or 'endblock ...
Brinkmanship asked 5/3, 2012 at 19:30
1
Solved
I am trying to get django cms working with pinax but for some reason runserver gives me this:
http://dpaste.com/704936/
Towards the end:
....
File "/home/tux/VirtualEnvs/NewAvePinaxBootstrap/li...
Beltz asked 19/2, 2012 at 1:38
1
Solved
Nginx , SImple configuration for serving all the files in a Directory and all the directories within
I am looking for a simple configuration to serve all files and directories inside a particular folder.
To be more precise I am trying to serve everything inside the pinax /static_media/ folder an...
Improvised asked 9/10, 2011 at 15:19
4
Am in the process of developing some app for Facebook using Django! I've started first by building the app in Django and its shaping up pretty well, now am wondering how can I make it a Facebook ap...
Veneering asked 16/3, 2009 at 13:16
2
Solved
Pinax package wraps some pretty fancy stuff. Are there any live demos out there that one could browse without installing/setting up Pinax?
3
Solved
I've seen Pinax in the past and I'd like to use it today. It's on version 0.7. I wonder know if it's still in development.
4
Solved
One issue that comes up during Pinax development is dealing with development versions of external apps. I am trying to come up with a solution that doesn't involve bringing in the version control s...
Interested asked 10/11, 2009 at 6:16
3
Solved
I recently discovered Pinax that appear to be an django stack with added most-used apps so easy and speed up development.
I never used or heard of Pinax before and like to know if you have feedbac...
2
Solved
I'm starting a new web app project using Django and Pinax. I want to be able to give my users unique domain names like Wordpress and other sites do : username.wordpress.com. I'm not sure how to app...
1
© 2022 - 2024 — McMap. All rights reserved.