active questions tagged django+web-development - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T06:30:08Zhttp://stackoverflow.com/feeds/tag/django+web-developmenthttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1925987/software-for-quickest-establishment-of-an-online-presence0Software for quickest establishment of an online presenceMark Mayo2009-12-18T02:52:02Z2009-12-18T04:30:45Z
<p>So, every so often you get sites like <a href="http://www.twitmaps.com" rel="nofollow" title="http://www.twitmaps.com">http://www.twitmaps.com</a> - sites created quickly and pushed online for a random purpose.</p>
<p>Often either you have plenty of spare time, or you just don't have the opportunity to get your own ideas online. For example in this one, the snow images are very vague and could do with more accuracy.</p>
<p>What tools / languages do people use to make a site as quickly and efficiently as possible? Not one with a shop or anything like that - just 1-5 simple php pages, some API linkins to other sites, and a mysql backend. Wordpress is great for blogs, but what about general purpose websites?</p>
<p>I've written sites in ASP, php and am happy playing around with databases and the like - I just want a way to quickly shove something online :)</p>
http://stackoverflow.com/questions/839231/should-i-drop-google-app-engine4should I drop Google App Engine?shanyu2009-05-08T10:35:18Z2009-12-17T16:45:37Z
<p>I am developing some kind of financial market simulation on GAE. Although I have attained much progress, I have begun to consider dismissing GAE and going for a Django + rdbms solution for the last few days. Let me state my reasons:</p>
<ol>
<li><p>transactions: GAE supports transactions with single entity groups. if an application involves complex transactions, such as one in a financial market, you cannot use this mechanism (read: no transaction mechanism is available). A solution addressing this issue has been developed by some noble users, but not been released yet, and is said to be available in java only.</p></li>
<li><p>full-text search: ironic it is, but a very primitive API exists at present. Moreover, an improvement is not mentioned in the roadmap.</p></li>
<li><p>paging: developing a friendly paging mechanism is not for the faint-hearted (or for the deadline-pressed). </p></li>
<li><p>background process: Batches are important in financial applications, and for the time being I have to experiment with Cron. But I conceive that background processes are in the roadmap and will be available in a short time.</p></li>
</ol>
<p>I chose GAE in order to shorten development time and cope with the scalability issues that may occur in the future easily. I really like GAE, it has some excellent features, but addressing these issues together will take too much effort, and likely cancel out any benefits of using GAE in the first place. </p>
<p>What would you do if you were me? </p>
http://stackoverflow.com/questions/907022/is-there-a-mature-django-forum-application1Is there a mature Django forum application?Yuval A2009-05-25T14:53:00Z2009-12-10T14:29:15Z
<p>I am looking for a forum solution for a Django site. I looked over the options <a href="http://code.djangoproject.com/wiki/ForumAppsComparison" rel="nofollow">in the Django wiki</a> and I check about <a href="http://stackoverflow.com/questions/901857/best-way-to-integrate-php-forum-into-django-site">integrating non-Django solutions</a>.</p>
<p>As much as I do not feel comfortable with implementing an external PHP forum, I feel even less comfortable with going with a Django solution which is not mature enough.</p>
<p>Do you have any recommendations on this situation? Do you have experience with mature Django-based forum solutions?</p>
<p><strong>Edit:</strong> Just for closure, I decided to go with a Django solution after all since I wanted full integration with my site, and other solutions (PHP for example) could not guarantee that.</p>
<p>Being as it is, I am very disappointed with the existing Django forums. They are either:</p>
<ul>
<li>Very basic, not more than I could do in 1 work day</li>
<li>A pain to integrate into my site (templates badly designed)</li>
</ul>
<p>I regretfully conclude that as of now, there is no <em>mature</em> Django forum application.</p>
http://stackoverflow.com/questions/1852237/productive-django-web-development0Productive Django Web DevelopmentGok Demir2009-12-05T13:45:19Z2009-12-07T16:55:41Z
<p>Hi, I am just starting Django by reading the online django book. Could you provide productivity tips for Django web development.Code snippest? Which IDE you use? I am MySQL guy are there any benefits using PostgreSQL? I am using Linux(Ubuntu). Thanks a lot.</p>
http://stackoverflow.com/questions/1835795/can-i-start-web-development-with-a-functional-language2Can I start web development with a functional language?ivanTheTerrible2009-12-02T21:03:54Z2009-12-02T22:37:19Z
<p>I'd like to start doing some forms of web development, with the aim of building web apps that could eventually grow into start-up products. And for a long time, I have been very curious about functional programming, and somewhere in my heart secretly believing that <em>higher up you go in the abstraction level, the more power you have</em> (hidden presumption: functional programming is more abstract than procedural).</p>
<p>So given the little web develop experience I have, is there any functional language/framework good to start with, <strong>for learning web development</strong>? </p>
<p>Alternative is to stick with a matured procedural web framework (probably Django), learn the ropes of web developments first, then think about functional programming. However, all the work would be "wasted" if I do eventually switch to functional programming.</p>
<p>I have pretty good experience with C++, Objective-C/Cocoa, familiar with Python.</p>
<p>EDIT:
Many people suggest F#. But I would love to (with no offense to others), stay away from .NET platform and other MS ecosystems.</p>
http://stackoverflow.com/questions/1827512/how-to-organize-a-webapp2How to organize a webapp?Jesse Beder2009-12-01T16:56:05Z2009-12-01T19:13:05Z
<p>I'm starting my first webapp, and I'm not sure how things typically are done. I'm using Django and Apache:</p>
<ol>
<li><p>How do you manage a source control repository? Do you check out to a separate folder, and then have a build script that copies files over? What exactly should be added to the repository? In other words, how do you make sure that you don't commit auto-generated files? (it's sometimes hard to tell what's auto-generated and what I just haven't figured out yet :)</p></li>
<li><p>How do I first deploy to a private development page, and then deploy to the main page when ready? Can I set up two servers? If so, how?</p></li>
</ol>
<p>I know these are kinda newbie questions, but I can't seem to find a good tutorial that really explains these fundamental issues.</p>
http://stackoverflow.com/questions/1791818/losing-session-data-when-user-logs-in0Losing session data when user logs insico872009-11-24T17:58:11Z2009-11-28T23:07:16Z
<p>Hello, </p>
<p>I have been working on a shop that is built in Python on the back of the django framework, everything was working fine until I noticed that when a user proceeds to the checkout and is requested to log in they do so and their basket empties...obvioulsy this is not a great thing for a basket to do, I was wondering what is causing this, could some look over my code and give me some advice at what it could be? I am at my wits end.</p>
<p>=====Edit - Below is my code I would appreciate it if someone could give me a hit at how i can stop the basket clearing when a users logins=====</p>
<pre><code> def basket(request):
"""
Display the current state of the basket and allow the customer to modify
the discount and quantities of each row of the basket
"""
data = {}
basket = Basket(request)
discount_form = DiscountCodeForm(basket)
if request.method == "POST":
if 'update' in request.POST:
basket.post_update(request)
discount_form = DiscountCodeForm(basket, request.POST)
if discount_form.is_valid():
cleaned_data = discount_form.cleaned_data
if cleaned_data['discount_code']:
basket.set_discount(Offer.objects.get(code=cleaned_data['discount_code']))
if 'delete' in request.POST:
basket.post_delete(request)
if 'remove_discount' in request.POST:
basket.remove_discount()
data['discount_form'] = discount_form
data['logged_in'] = persistent_account(request)
data['pageclass'] = 'basket'
data['category'] = Category.objects.root_category()
data['products'] = Product.objects.all()
data['regions'] = Zone.objects.all()
data['currency'] = Currency.get_default_currency()
return render_to_response('basket.html', data, RequestContext(request))
def login(request):
"""
Log the user in.
The form is where the actual login occurs. If already logged in, then
forward to the last attempted page, or, if came directly to the login page,
the account page.
@todo: Incorrect guesses limit of 10 then deactive account
"""
data = {}
redirect_to = request.GET.get('next', reverse('account'))
account = persistent_account(request)
if account:
return HttpResponseRedirect(reverse('account'))
if request.method == "POST":
login_form = LoginForm(request, request.POST)
# This next line will also cause a login
if login_form.is_valid():
login_form.user.message_set.create(message="You have successfully logged in. Welcome back.")
return HttpResponseRedirect(redirect_to)
else:
login_form = LoginForm(request)
data['shop_login_form'] = login_form
data['pageclass'] = 'customer_login'
return render_to_response('login.html', data, RequestContext(request))
</code></pre>
<p>What i have given you is my login view and basket view hope that is enough, if not feel free to shout me.</p>
http://stackoverflow.com/questions/1808632/measuring-performance-using-real-clicks-vs-ab-command0measuring performance - using real clicks vs "ab" commandshanyu2009-11-27T12:57:44Z2009-11-27T13:26:06Z
<p>I have a web site in closed beta, developed in Django, runs with Mysql on Debian. </p>
<p>In the last few days, the main page has been showing a slowdown. For every ten clicks, one or two receives extremely slow response (10 secs or more), others are as fast as they used to be.</p>
<p>When I was searching for the problem, I ran into this issue that I couldn't grasp:</p>
<p><code>top</code> command shows that when I request the main page, mysql shoots up to 90% - 100% cpu usage. I get the page just as the cpu use gets back to normal. So, I thought, it is db.</p>
<p>Then I called <code>ab</code> with parameters <code>-n 1000 -c 5</code>, I got decent performance, about 100 pages per second, just as it was before the slowdown. I would imagine a worse performance as 10-20% of requests take 10 secs to load. </p>
<p>Is this conflict between <code>ab</code> and "real" clicks normal, or am I using ab in a wrong configuration? </p>
http://stackoverflow.com/questions/1750676/django-development-server-cpu-intensive-how-to-analyse0Django development server CPU intensive - how to analyse?Hoff2009-11-17T18:01:16Z2009-11-18T15:41:32Z
<p>Hi folks,</p>
<p>I'm noticing that my django development server (version 1.1.1) on my local windows7 machine is using a lot of CPU (~30%, according to task manager's python.exe entry), even in idle state, i.e. no request coming in/going out. Is there an established way of analysing what might be responsible for this?</p>
<p>Thanks!</p>
<p>Martin</p>
http://stackoverflow.com/questions/490390/jsp-template-inheritance3JSP template inheritanceRyan2009-01-29T03:29:47Z2009-11-17T22:02:38Z
<p>Coming from a background in Django, I often use "template inheritance", where multiple templates inherit from a common base. Is there an easy way to do this in JSP? If not, is there an alternative to JSP that does this (besides Django on Jython that is :)</p>
<h2>base template</h2>
<pre><code><html>
<body>
{% block content %}
{% endblock %}
</body>
<html>
</code></pre>
<h2>basic content</h2>
<pre><code>{% extends "base template" %}
{% block content %}
<h1>{{ content.title }} <-- Fills in a variable</h1>
{{ content.body }} <-- Fills in another variable
{% endblock %}
</code></pre>
<p>Will render as follows (assuming that conten.title is "Insert Title Here", and content.body is "Insert Body Here")</p>
<pre><code><html>
<body>
<h1>Insert title Here <-- Fills in a variable</h1>
Insert Body Here <-- Fills in another variable
</body>
<html>
</code></pre>
http://stackoverflow.com/questions/886221/does-django-scale39Does Django Scale?Rax Olgud2009-05-20T05:07:55Z2009-11-16T18:51:51Z
<p>Hello,</p>
<p>I'm building a web application with Django. The reasons I chose Django were:</p>
<ul>
<li>I wanted to work with free/open-source tools</li>
<li>I like Python and feel it's a "long term" language, whereas regarding Ruby I wasn't sure, and PHP seemed like a huge hassle to learn.</li>
<li>I'm building a prototype for an idea and wasn't thinking too much about the future. Speed was the main factor, and I already knew Python. [Edit: To clarify - I mean development speed rather than optimized speed of execution]</li>
<li>I knew the migration to Google App Engine would be easier should I choose to do so in the future.</li>
<li>I heard Django was "nice"</li>
</ul>
<p>Now that I'm getting closer to thinking about publishing my work, I start being concerned about scale. The only information I found about the scaling capabilities of Django is provided by the Django team (I'm not saying anything to disregard them, but this is clearly not objective information...).</p>
<p>My questions to you:</p>
<ul>
<li>What's the "largest" site that's built on Django today? (I measure size mostly by user traffic)</li>
<li>Can Django deal with 100k users daily, each visiting the site for a couple of hours?</li>
<li>Could a site like StackOverflow run on Django?</li>
</ul>
<p>Thanks</p>
http://stackoverflow.com/questions/1691400/how-to-implement-symfony-partials-or-components-in-django1How to implement Symfony Partials or Components in Django?ktoso2009-11-07T00:21:37Z2009-11-07T01:17:20Z
<p>I've been developing in the Symfony framework for quite a time, but now I have to work with Django and I'm having problems with doing something like a "component" or "partial" in Symfony. </p>
<p>That said, here is my goal:</p>
<p>I have a webpage with lots of small widgets, all these need their logic - located in a "views.py" I guess. But, how do I tell Django to call all this logic and render it all as one webpage?</p>
http://stackoverflow.com/questions/1680349/do-we-need-cache-for-an-array0Do we need cache for an array?Tower Joo2009-11-05T12:47:06Z2009-11-05T13:45:06Z
<p>Hi All:</p>
<p>Since we're developing a web-based project using django. we cache the db operation to make a better performance. But I'm wondering whether we need cache the array.</p>
<p>the code sample like this:</p>
<pre><code>ABigArray = {
"1" : {
"name" : "xx",
"gender" "xxx",
...
},
"2" : {
...
},
...
}
class Items:
def __init__(self):
self.data = ABigArray
def get_item_by_id(self, id):
item = cache.get("item" + str(id)) # get the cached item if possible
if item:
return item
else:
item = self.data.get(str(id))
cache.set("item" + str(id), item)
return item
</code></pre>
<p>So I'm wondering whether we really need such cache, since IMO the array( <em>ABigArray</em> ) will be loaded in memory when trying to get one item. So we don't need use cache in such condition, right? Or I'm wrong?</p>
<p>Please correct me if I'm wrong.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1670499/experience-with-django10Experience with Djangoakosch2009-11-03T22:17:45Z2009-11-04T12:59:38Z
<p>Having read some great things about the <a href="http://www.djangoproject.com/" rel="nofollow">Django framework</a> I'm becoming quite interested in it. But before making my decision to use it for a small project I would like to hear some more down to earth opinions: Please write of your experience with the framework beyond the usual "toy" website and how well it compares generally with other major web frameworks (ASP.NET, RoR, etc.)</p>
http://stackoverflow.com/questions/736413/ping-feedburner-in-django-app3Ping FeedBurner in Django AppApreche2009-04-10T01:00:55Z2009-11-02T16:30:04Z
<p>I have a django site, and some of the feeds are published through FeedBurner. I would like to ping FeedBurner whenever I save an instance of a particular model. FeedBurner's website says to use the XML-RPC ping mechanism, but I can't find a lot of documentation on how to implement it.</p>
<p>What's the easiest way to do the XML-RPC ping in django/Python?</p>
http://stackoverflow.com/questions/1649351/overriding-django-views-with-decorators0Overriding Django views with decoratorssledge2009-10-30T11:50:56Z2009-10-30T12:21:38Z
<p>I have a situation that requires redirecting users who are already logged in away from the login page to another page. I have seen mention that this can be accomplished with decorators which makes sense, but I am fairly new to using them. However, I am using the django login and a third party view (from django-registration). I do not want to change any of the code in django.contrib.auth or django-registration. How can I apply a decorator to a view that is not to be modified in order to get the desired behavior.</p>
<p>Thanks in advance!</p>
<p>UPDATE: I discovered that I mistakenly associated the login function with the registration module. django-registration has nothing to do with this issue. However, I still need to be able to override default login() behavior. Any thoughts?</p>
http://stackoverflow.com/questions/1635767/go-for-zend-framework-or-django-for-a-modular-web-application1Go for Zend framework or Django for a modular web application?dr. squid2009-10-28T08:06:13Z2009-10-28T11:43:09Z
<p>I am using both Zend framework and Django, and they both have they strengths and weakness, but they are both good framworks in their own way.</p>
<p>I do want to create a highly modular web application, like this example:</p>
<ul>
<li>modules:
<ul>
<li>Admin
<ul>
<li>cms
<ul>
<li>articles</li>
<li>sections</li>
</ul></li>
<li>...
<ul>
<li>...
<ul>
<li>...</li>
</ul></li>
</ul></li>
</ul></li>
</ul></li>
</ul>
<p>I also want all modules to be self contained with all confid and template files.</p>
<p>I have been looking into a way to solve this is zend the last days, but adding one omer level to the module setup doesn't feel right. I am sure this could be done, but should I? I have also included Doctrine to my zend application that could give me even more problems in my module setup!</p>
<p>When we are talking about Django this is easy to implement (Easy as in concept, not in implementation time or whatever) and a great way to create web apps. But one of the downsides of Django is the web hosing part. There are some web hosts offering Django support, but not that many..</p>
<p>So then I guess the question is what have the most value; rapid modular development versus hosting options!</p>
<p>Well, comments are welcome!</p>
<p>Thanks </p>
http://stackoverflow.com/questions/1602685/which-modern-web-frameworks-are-popular-in-a-corporate-setting1Which modern web frameworks are popular in a corporate setting?Joe2009-10-21T18:28:47Z2009-10-24T07:30:35Z
<p>My company is looking to move their software to an open source framework. Their first thought was J2EE. I know that Django and Rails are popular for recreational development, but not sure about them in a corporate setting.</p>
<p>I was looking to compile a list of possible web frameworks to consider. Unfortunately I am not able to release our requirements to the public. Also I would like to know if you have seen/used different frameworks in a corporate environment.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1573375/options-for-maintaining-mysql-databases-for-a-django-development-team1Options for maintaining MySQL databases for a django development teamIan Cohen2009-10-15T16:07:46Z2009-10-16T14:20:25Z
<p>What are some options to avoid the latency of pointing local django development servers to a remote MySQL database? </p>
<p>If developers use local MySQL databases to avoid the latency, what are some useful tools to sync schema updates of the remote db with the local db and avoid manually creating, downloading, and loading dumps? </p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1569682/how-to-create-a-custom-404-page-for-my-django-apache0How to create a custom 404 page for my Django/Apache?alex2009-10-15T00:22:32Z2009-10-15T02:00:41Z
<p>I know that you use .htaccess in the document-root directory in standard apache.
What if I use Django? Can someone give me step by step how to create a custom 404 page?</p>
<p>THanks.</p>
http://stackoverflow.com/questions/1562245/upload-field-of-an-invalid-form-points-to-nowhere0upload field of an invalid form points to nowhere shanyu2009-10-13T18:55:44Z2009-10-13T19:13:38Z
<p>This may be a question with a very simple answer, however I couldn't come across to one on the internet.</p>
<p>I am writing a Django application. I have a form with an unrequired ImageField. After the user has submitted the form (with an image), if the form is invalid, on the serverside I populate the form with the request data and files (eg: <code>form = FooForm(request.DATA, request.FILES, instance = foo</code>)and send the response back to the client. </p>
<p>On the client the other fields are displayed OK, but the image field doesn't point to anywhere. As the image field is not required, the user usually overlooks the situation and resubmits the form without the image. </p>
<p>I am lost on even whether this is an issue or this is how it is expected to work anyway. If this is an issue please state so that I provide more details.</p>
http://stackoverflow.com/questions/629696/deploying-google-analytics-with-django3Deploying Google Analytics With DjangoDaniel Watkins2009-03-10T11:09:57Z2009-10-13T12:45:30Z
<p>We're about to deploy a new Django website, and we want to use Google Analytics to keep track of traffic on the site. However, we don't want all of the hits on development instances to contribute to the Google Analytics statistics.</p>
<p>There are a few ways we could deal with this:</p>
<ul>
<li>have a configuration option in settings.py which the base template uses to decide whether or not to include the appropriate <code><script></code> elements,</li>
<li>maintain a branch which we pull into before deploying to the production server, which we ensure includes the <code><script></code> elements,</li>
<li>do something with Google Analytics to block hits to 127.0.0.1 or localhost, or</li>
<li>something else.</li>
</ul>
<p>The first option seems the most sensible, but I'm not sure if it is. For example, would we have to start passing a <code>google_analytics</code> variable into all of our views?</p>
<p>What are your thoughts?</p>
http://stackoverflow.com/questions/1302411/django-do-i-need-to-restart-apache-when-deploying1Django: do I need to restart Apache when deploying?Stefano Borini2009-08-19T20:20:04Z2009-10-09T22:33:16Z
<p>I just noted an annoying factor: Django requires either a restart of the server or <a href="http://en.wikipedia.org/wiki/Common%5FGateway%5FInterface" rel="nofollow">CGI</a> access to work. The first option is not feasible if you don't have access to the Apache server process. The second, as far as I know, is detrimental to performance, and in general the idea of running a CGI makes me uncomfortable.</p>
<p>I also recently saw a presentation titled "why I hate Django". Although I did not really shared most of the speaker's (a Flickr guy) points, this fact of re-starting the server sounded very annoying.</p>
<p>I would like to know your motivated experience in this regard. Should I continue working with Django and use it as a CGI, or favor another Python framework ? Is the CGI option that bad, and should I be concerned about it, or it's a viable option (for performance and scalability) ?</p>
http://stackoverflow.com/questions/1491281/flexible-model-for-cms-online-magazine-in-django1Flexible Model for CMS (Online Magazine) in Djangophoku2009-09-29T08:32:51Z2009-10-07T10:19:24Z
<p>I am about to redesign an Online Magazine which was built in Plone.
And I am going to do it in Django. (For the simple reason that I like Django and that I have to maintain this particular site for (basically) free.)</p>
<p>However I am unsure about the way I should design the Models.
Basically the idea is to have a Site structure - which in Plone mapped to a few folders with content objects inside.</p>
<p>Here is a very simple layout - omitting all irrelevant (?) details.</p>
<pre><code>class Category(models.Model):
parent = models.ForeignKey('self')
# stuff like description, slug etc.
class Article(models.Model):
category = models.ForeignKey(Catgegory)
# teaser stuff
</code></pre>
<p>The question is:</p>
<p>How can I extend, change or mutilate this layout to enable a user of this app to add custom article-like items which could still be handled by a <code>list_items_in_category</code>view.</p>
<p>Related - this kinda solve the problem:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/969211/how-to-agnostically-link-any-object-model-from-another-django-model">How to agnostically link any object model from another Django model</a></li>
</ul>
<h3>Note</h3>
<p>I just realized how similar this problem is to tagging. The excellent `django-tagging' app
already solved this. However there are some differences.</p>
http://stackoverflow.com/questions/529890/django-how-to-preopopluate-admin-form-fields4Django - How to preopopluate admin form fields Apreche2009-02-09T20:52:34Z2009-10-07T00:13:33Z
<p>I know that you can prepopulate admin form fields based on other fields. For example, I have a slug field that is automatically populated based on the title field.</p>
<p>However, I would also like to make other automatic prepopulations based on the date. For example, I have an URL field, and I want it to automatically be set to <a href="http://www.mysite.com/20090209.mp3" rel="nofollow">http://www.mysite.com/20090209.mp3</a> where 20090209 is YYYYMMDD. </p>
<p>I would also like to have a text field that automatically starts with something like "Hello my name is author" where author is the current user's name. Of course, I also want the person to be able to edit the field. The point is to just make it so the user can fill out the admin form more easily, and not just to have fields that are completely automatic.</p>
http://stackoverflow.com/questions/1514755/cherrypy-vs-django1cherrypy vs djangoflybywire2009-10-03T20:26:25Z2009-10-05T16:02:11Z
<p>cherrypy vs django, which would you use and why</p>
http://stackoverflow.com/questions/1506709/can-i-write-components-in-haskell-to-be-used-on-a-django-site2Can I write components in Haskell to be used on a Django site?jberryman2009-10-01T21:49:37Z2009-10-02T00:27:39Z
<p>I have an idea for a web service, but am very new to web programming. Django looks great and like something I can pick up quickly. I have a lot of experience in Haskell (and very little in python) and would like to be able to start writing some of the backend non-web-related things in my favorite language. But of course I don't want to do that if the haskell code won't be usable if I go with django.</p>
<p>I have been looking at several haskell web frameworks: hApps looks too complicated and undocumented, turbinado looks approachable but is undocumented, etc. And I think using a widely-used framework like django, and having access to a lot of code that I can just plug in will help me a lot. But I am very open to hearing about other ideas on frameworks to use, or other options I have to use Haskell in some way.</p>
http://stackoverflow.com/questions/1494524/separate-admin-user-authentication-system-in-django1Separate Admin/User authentication system in DjangoDan2009-09-29T19:41:26Z2009-09-30T00:51:17Z
<p>I've recently started learning/using django; I'm trying to figure out a way to have two separate authentications systems for administrators and users. Rather than create a whole new auth system, I'd like to leverage django's built-in functionality (i.e. session management, @login_required decorator, etc.). </p>
<p>Specifically, I want to have <strong>two separate login tables</strong> - one for admins, one for users. The admin login table should be the default table that django generates with its default fields (ie. <code>id, username, email, is_staff, etc.</code>). The user table, on the other hand, I want to have <strong>only 5 fields</strong> - <code>id, email, password, first_name, last_name</code>. Furthermore, I want to use django built-in session management for both login tables and the @login_required decorator for their respective views. Lastly, I want two separate and distinct login forms for admins and users. </p>
<p>Anyone have any suggestions on how I can achieve my goal or know of any articles/examples that could help me along?</p>
http://stackoverflow.com/questions/1230089/two-parter-django-book-recommendation-django-real-world-advice7Two parter: Django book recommendation + Django real world adviceDevDevDev2009-08-04T21:47:55Z2009-09-26T16:35:55Z
<p>First question:
What is your favorite Django book or online learning material? CodeProject examples + Django documentation, O'Reilly, etc.</p>
<p>Second Question: What are some good tips and advice you have picked up along the way which helps you to use Django more effectively? Certain design patterns, language idioms, frameworks which tie into Django well, etc.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1448292/what-are-the-best-benefits-of-using-pinax6What are the best benefits of using Pinax ?e-satis2009-09-19T10:28:01Z2009-09-25T06:17:47Z
<p>I recently discovered <a href="http://pinaxproject.com/" rel="nofollow">Pinax</a> that appear to be an django stack with added most-used apps so easy and speed up development.</p>
<p>I never used or heard of Pinax before and like to know if you have feedback about it. I love Django and would like to understand what are to parts of web dev Pinax helps with and using what tools. </p>