Tagged Questions
Pinax is an open-source platform built on the Django Web Framework.
29
votes
7answers
6k views
Python Framework for small website
I am planning a small, simple website to showcase myself as an engineer. My preferred language is Python and I hope to use it to create my website.
My pages will be mostly static, with some database ...
26
votes
6answers
7k views
How do I write Facebook apps using Django?
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 app.
...
24
votes
4answers
2k views
In a django web application, how do you give users their own subdomain?
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 ...
23
votes
3answers
2k views
What are the best benefits of using Pinax?
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 feedback ...
10
votes
2answers
188 views
Is Django the Best solution for me, if so please help me
What is the easiest (and fastest) way to migrate (+-) a simple data driven "app" to a Framework that does most of the work for me (like forms, add , remove).
What I have is a simple Excel 2003 for ...
6
votes
4answers
284 views
How might I handle development versions of Python packages without relying on SCM?
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 ...
5
votes
3answers
608 views
Is Pinax alive?
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
votes
3answers
2k views
Enforce unique upload file names using django?
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 ...
4
votes
4answers
1k views
Is Pinax able to be deployed on gae?
Is there any chance that an application developed with Pinax could be deployed in google app engine?
As I know, Pinax is based on Django, and integrates tons of applications, it is suitable for ...
4
votes
3answers
1k views
Installing Pinax on Windows
Can I install Pinax on Windows Environment?
Is there a easy way?
Which environment do you recommend?
3
votes
2answers
942 views
Are there any live Pinax demos out there?
Pinax package wraps some pretty fancy stuff. Are there any live demos out there that one could browse without installing/setting up Pinax?
3
votes
3answers
94 views
How can I create a single log-in and profile for a network of three sites using Django?
How can I create a single log-in and profile for a network of three sites using Django?
I have a network of three sites and instead of having the user create a profile at each of the three sites, I'd ...
3
votes
1answer
879 views
Python/GAE social network / cms?
After much research, I've come up with a list of what I think might be the best way of putting together a Python based social network/cms, but have some questions about how some of these components ...
3
votes
3answers
343 views
Run Pinax without VirtualEnv
Is there a way to run Pinax without virtualenv?
I want to run it without virtualenv as I want to run it on a django-container on mediatemples grid-hosting service. Their containers can scale upto 1Gb ...
3
votes
1answer
122 views
How add an public API to an intranet-like site?
I run a Pinax-site for collaborative purposes. I added 'account.middleware.AuthenticatedMiddleware' to 'MIDDLEWARE_CLASSES' in order to not allow anonymous access to anything on the site.
But now I ...
3
votes
2answers
1k views
Django “and” Pinax or just Pinax?
I'm developing a personal project. The project is "finished", but now I want to add a social app. I think pinax is ready for this task. I would like to know something:
Can I use pinax in my project ...
3
votes
1answer
233 views
In Pinax, how to invite when ACCOUNT_OPEN_SIGNUP = False?
In Pinax, when
ACCOUNT_OPEN_SIGNUP = False
how does the admin invite more users to the system?
How does one generate invitation codes? How do they work?
3
votes
2answers
1k views
Pinax Signup and Accounts
Does anyone know a good link to documentation about Pinax signup and "Accounts". I'm trying to work out how to implement our sign-up process in Django / Pinax and am trying to navigate my way between ...
3
votes
2answers
576 views
django “manage.py index” does not execute as a cron job
I am trying to develop a site using pinax.
To index the models using djapian I've been trying to run "manage.py index" as a cron job but keep getting a pinax error. "Error: No module named ...
2
votes
2answers
678 views
Restart to see changes? Cherokee + uWSGI + Django/Pinax + Virtualenv
I'm having some trouble with Cherokee + uWSGI picking up on code changes to .py files in my django app. Even using
find -name "*.pyc" -delete
...seems to have no effect.
Changes are noticed ...
2
votes
3answers
317 views
Which Django/Pinax app should I use? There are so many, and I just want the simplest one
I want a "settings" page where the
user can submit his
hometown/biography/email settings and upload his avatar
We will be building a mobile app that uses HTTP Rest API to update the user's profile, ...
2
votes
2answers
315 views
Integrating Pyjamas with Pinax+Django?
I'm going to start looking into this tomorrow when I begin my project, but could anyone point me in the right direction? (Maybe some integration code and/or a sample Pyjamas interface which uses Pinax ...
2
votes
1answer
723 views
Pinax vs. Plone — Dev time, flexibility, security?
Trying to evaluate Pinax vs. Plone as platforms for developing a social network with some RIA capabilities and a solid permissions setup allowing the user to make content visible on a per item/group ...
2
votes
2answers
91 views
what is this mean .. “name__icontains” and “description__icontains” in django code,
maps = (maps.filter(name__icontains=search_terms) |
maps.filter(description__icontains=search_terms))
i can't find this filter .
thanks
2
votes
1answer
286 views
What is the purpose of pinax's groups?
I viewed the DjangoCon 2009 talks about pinax by James Tauber and pydanny and heared about pinax's groups. But I don't get the actual usecases they describe, even after reading the documentation.
So ...
2
votes
1answer
521 views
Any Ruby on Rails equivalent to Pinax?
Pinax is:
An integrated collection of Django
applications that provides the most
commonly needed social networking
features, including openID support,
email verification, site
...
2
votes
5answers
684 views
Apps won't show in Django admin
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 ...
2
votes
2answers
202 views
Set django-notification to be opt in rather than the default of opt out
I'm using django-notification to allow my users to opt out of certain alerts I generate in my web-application.
By default when I create a new notice type it is enabled rather than disabled In the ...
2
votes
1answer
215 views
What is the most straightforward path to move a project from Pinax 0.5.1 to 0.7beta3?
I'm updating a 0.5.1 complete_project to 0.7beta3 + virtualenv + pip + fabric.
I have converted my project into multiple stand-alone applications and I have everything being pulled down by pip from a ...
1
vote
2answers
117 views
Where are the external Pinax (Starter) Projects?
I've just installed Pinax, and wanted to try some of the external starter projects (as opposed to the four basic ones provided with Pinax). Their documentation links to this page, but instead of ...
1
vote
0answers
71 views
How to deploy a pinax django project to iis via Helicon Zoo?
Today I found a simple way to deploy django projects to iis using Helicon Zoo tool, see
http://www.helicontech.com/zoo/
...
1
vote
1answer
160 views
Django-Notification - Alternative to Email Backend
I'm building a project with Django, and am currently trying to implement django-notification as a means to keep track of user activity. While I managed to install it and create some notifications, ...
1
vote
0answers
63 views
Django Pinax , extending bundled applications
I want to use Pinax for a small project , but I am confused because I don't if can extend/change the behavior and functional of the provided applications .
Is there any documentation for extending ...
1
vote
1answer
223 views
PINAX & PIL Installation on Windows 7
I have Python 2.7 on Windows 7 x64. I have installed virtualenv and installed Pinax withing the project in virtualenv. When I try to syncdb I recieve an error stating PIL is needed. I tried ...
1
vote
1answer
323 views
Django Pinax - How to use apps in other projects, not cloned Pinax projects?
This is a similar question,
Django "and" Pinax or just Pinax?
and one of the answers specifies a link to documentation, but that documentation doesn't describe how to plug a Pinax app into ...
1
vote
1answer
77 views
pinax account types
What is the best way to add custom account types in Pinax? For example, I want a Free account, and a Premium Account. However, this is not supported by the Pinax models.
Does this mean I have to fork ...
1
vote
1answer
117 views
How to deploy pinax with virtualenv?
I developed one application with Pinax http://pinaxproject.com/. I created project by pinax-admin setup_project mysite -b social in my local virtualenv, i want to deploy my project to my Centos ...
1
vote
2answers
321 views
Use django-registration or pinax account?
I'm trying to build a very fast, lightweight django app. Would it be more appropriate to use Pinax (with their accounts app) or django-registration to handle my authentication? I know Pinax is solid, ...
1
vote
2answers
259 views
User management app for Django's auth
I am working on a small Django site, where every user, who leaves a comment on the site, gets an email with a password (email is the user name) to change the comment later on.
The site should later on ...
1
vote
1answer
440 views
How to integrate Facebook account, friend list into Pinax Django project?
I wanna run a project based on Pinax social project.
And I want to let users login with facebook account, not only use the facebook information to sign up at my site, but also grab the existing friend ...
1
vote
1answer
152 views
How to : modifiy pinax Group types
In Pinax documentation :
Group support in Pinax allows you to define any type of group. Pinax comes bundled with two types of groups:
tribes — used in social_project
projects — used in ...
1
vote
1answer
224 views
how to find user id from session_data from django_session table?
In django_session table session_data is stored which is first pickled using pickle module of python and then encoded in base64 by using base64 module of python.
I got the decoded pickled session_data.
...
1
vote
1answer
385 views
Java framework for social network
Is there a Java analogue to Pinax/Django? (Perhaps an extension to Jboss Seam and/or functionality already built into Seam?)
Please analyse and compare Pinax/Django, Seam, and any other good ...
1
vote
1answer
301 views
pinax / django installation on virtual env, run on mod_wsgi
I tried to install Pinax development version by using pip and virtual environment. It was running on 127.0.0.1:8000 very well. However, when I deployed it on Apache 2 using mod_wsgi, it began to ...
1
vote
2answers
679 views
Pinax: Customize Signup and profile
I want to gather some more information when the user signs up and also display this as part of the profile information - so that the user can edit it once he creates a login.
How can I extend the ...
1
vote
1answer
431 views
How do I fix this Django error “Exception Type: OperationalError Exception Value: no such table?”
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
...
1
vote
1answer
66 views
how to create a page only can be visited by admin using django
how to do this
and
has pinax any app do this ?
thanks
1
vote
2answers
1k views
Tool for building a social network: Elgg or Pinax?
I'm going to build a social network (yes... another one). I'm thinking about using Pinax (which is Django which is Python) or Elgg (PHP).
That's the two options I know. Could you help me to choose ...
1
vote
1answer
87 views
1
vote
1answer
2k views
Error with Django User : “AttributeError: 'User' object has no attribute 'get' ”
I've just started Django and Python 50 hours ago ;-) so this might be an easy one but I am stuck.
I am using similar 'create' view with similar Form implementation in my project with no problem. In ...