All,
As of a code update today, flatpages and redirects, two features that
have been installed with Django by default but had not been
documented, are now optional add-ons. This is a backwards-incompatible
change, so all Django users are advised to follow the instructions in
the "Separated flatpa
James Bennett wrote:
> On 11/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Currently, I'm just using django-admin.py runserver
>
> Last I checked, the built-in server didn't handle media. You need to
> have an actual web server running on the port you specify as the media
> URL, as far a
On Thu, 10 Nov 2005 12:16:47 -0500 Waylan Limberg wrote:
>
> On 11/10/05, James Bennett <[EMAIL PROTECTED]> wrote:
> >
> > On 11/10/05, felix <[EMAIL PROTECTED]> wrote:
> > > do this:
> > > export DJANGO_SETTINGS_MODULE=myproject.settings
> >
> > Yeah, that's mentioned in the documentation. Perh
On 11/10/05, Waylan Limberg <[EMAIL PROTECTED]> wrote:
> I still don't have it working for me, and I did the export
> DJANGO_SETTINGS_MODULE=myproject.settings thing. Whats the best way to
> see what your PYTHONPATH is set to and change it? Maybe something is
> wrong there. (I'm on Debian with pyt
On 11/10/05, James Bennett <[EMAIL PROTECTED]> wrote:
>
> On 11/10/05, felix <[EMAIL PROTECTED]> wrote:
> > do this:
> > export DJANGO_SETTINGS_MODULE=myproject.settings
>
> Yeah, that's mentioned in the documentation. Perhaps what was
> happening was that you'd changed a .bash_profile or .bashrc
On 11/10/05, James Bennett <[EMAIL PROTECTED]> wrote:
>
> On 11/10/05, felix <[EMAIL PROTECTED]> wrote:
> > do this:
> > export DJANGO_SETTINGS_MODULE=myproject.settings
>
> Yeah, that's mentioned in the documentation. Perhaps what was
> happening was that you'd changed a .bash_profile or .bashrc
On 11/10/05, felix <[EMAIL PROTECTED]> wrote:
> do this:
> export DJANGO_SETTINGS_MODULE=myproject.settings
Yeah, that's mentioned in the documentation. Perhaps what was
happening was that you'd changed a .bash_profile or .bashrc file to
set your DJANGO_SETTINGS_MODULE and PYTHONPATH, and then ha
ok mine is working now.
do this:
export DJANGO_SETTINGS_MODULE=myproject.settings
and thereafter all the django-admin.py commands work correctly.
[EMAIL PROTECTED] wrote:
> Hi
>
> I currently have the trunk django running a little prject on my server
> (it's working well its a great product)
>
> However when I come to make a second application some of the things I
> need to do I'm told are only possible in the new admin branch.
>
> I nee
> On 11/7/05, Waylan Limberg <[EMAIL PROTECTED]> wrote:
> > On 11/7/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote:
> > > Django isn't finding your settings.py file. It's falling back to
> > > "postgresql" because that's the default fallback (according to the
> > > file django/conf/global_settings
On Thursday 10 Nov 2005 3:34 pm, [EMAIL PROTECTED] wrote:
> I need to keep the original project running and I want to install the
> new admin branch to create a new project. But I need to do it on the
> same server. Is it possible to run the two side by side? What is the
> best way of doing this?
Hi
I currently have the trunk django running a little prject on my server
(it's working well its a great product)
However when I come to make a second application some of the things I
need to do I'm told are only possible in the new admin branch.
I need to keep the original project running and
12 matches
Mail list logo