Re: Error finding Upload-Folder. Maybe it does not exist?

2021-05-26 Thread Mic
, May 25, 2021 at 8:25:39 AM UTC+10 Mic wrote: > Hello, > I found a Django project and failed to get it running in Docker container > in the following way: > > 1. `*git clone git clone https://github.com/NAL-i5K/django-blast.git > <https://github.com/NAL-i5K/django-blast

Exception Value: relation "django_session" does not exist

2021-05-24 Thread Mic
Hello, I found a Django project and failed to get it running in Docker container in the following way: 1. `*git clone git clone https://github.com/NAL-i5K/django-blast.git*` 2. `*$ cat requirements.txt*` in this files the below dependencies had to be updated: - psycopg2==2.8.6 I have

RE: Embedded Django ...

2009-04-07 Thread Mic Pringle
gate to the '/admin' address (which maps to the index method) the user is authenticated ? All I can see in those methods (index and app_index) is that the user is taken from request.user ? Is it to do with the authentication middleware ? Any help will be greatly appreciated. Thanks,

RE: Embedded Django ...

2009-04-07 Thread Mic Pringle
Hi, I've been having a look through the docs and source code and if I'm right, I could achieve what I need by subclassing AdminSite and implementing my own 'index' and 'urls' methods. Can someone confirm whether or not I'm on the right track ? Thanks, -Mic -- Forwarded message

Embedded Django ...

2009-04-07 Thread Mic Pringle
and just start ripping this stuff out, line by line, or is there perhaps an easier way ? Any help would be greatly appreciated. Thanks -Mic --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" grou

Quick noob question regarding the admin interface ...

2009-04-03 Thread Mic Pringle
I'm looking to achieve is that the main admin page will just load when the user hits the /admin url rather than being presented with the login box which then redirects to this page on a successful login attempt. I have no requirements for indivdual users or permissions. Thanks -Mic

Filmaster -- a free film buff community, based on django and Pinax

2009-03-21 Thread mic...@jakilinux.org
Hello everyone! I've got a small announcement. We've just rolled out a private beta version of Filmaster, an open-source project implemented in django that uses a lot of pinax modules to make it work Filmaster is a social network for film buffs with personalized recommendations. All the code is

Re: Installing Django 1.0.2...

2009-01-31 Thread mic
hi Karen, >> That's odd. Do you have the files: >> C:\Django-1.0.2-final\django\utils\__init__.py >> C:\Django-1.0.2-final\django\utils\version.py I have the following structure... C:\Django-1.0.2-final\django\__init__.py C:\Django-1.0.2-final\django\utils\version.py Can't figure out why

Installing Django 1.0.2...

2008-12-31 Thread mic
I am a first time python/django user running "python setup.py install" gives me this error Traceback (most recent call last): File "setup.py", line 69, in version = __import__('django').get_version() File "C:\Django-1.0.2-final\django\__init__.py", line 13, in get_version from

Installing Django 1.0.2...

2008-12-31 Thread mic
-final\django\__init__.py", line 13, in get_version from django.utils.version import get_svn_revision ImportError: No module named utils.version Any ideas on what I am missing? Thanks Mic --~--~-~--~~~---~--~~ You received this message because you are s

Re: django web hosting

2008-09-03 Thread Mic Pringle
I have it on good authority that Media Temple will be launching their Django Container later this week, which is what I'm holding out for. -Mic 2008/9/3 tupixo <[EMAIL PROTECTED]>: > >> i am looking for a good web host for my django website. does anyone >> suggest

Drop down lists based on previous selections ...

2008-09-02 Thread Mic Pringle
manufacturer in the first drop down are available. Can anyone tell me if this is possible, and if so perhaps give guidance on how I'd go about implementing it in both the admin section and also through a view/template that needs to be displayed to the end user. Thanks in advance. -Mic