Re: urls for multiple django apps?

2011-06-05 Thread James Robey
Hi, it is how imports work.. You should reconstruct your import statement to read from mysite import app1 and then refer to it's views as app1.views or app2.views, etc. Hope that helps - i'm a first time poster to django. Hello, all! On Jun 5, 2011, at 2:49 AM, raj wrote: > Hey guys, just a

Re: Is there an HTML editor that's Django-aware

2011-05-26 Thread James Robey
VIM is exceptionally portable and "no-frills" for those who are used to it. Emacs is similarly excellent for those that are accustomed to it as well. However, you will very naturally go between many, many editors over the course of your career. This particular persons's comment brings