hii, i am follow these steps but i got error " The requested URL
/dispatch.py/ was not found on this server. " will you help me to solve
these error
On Saturday, December 29, 2007 at 3:50:38 AM UTC+5:30, Donald H wrote:
>
> Has anyone had success in setting up Django on GoDaddy's Deluxe shared
On Sunday, 20 May 2018 15:31:08 UTC+1, Salty beggar wrote:
>
> Hi, I'm trying to set up Templates for Django. I already have models and
> views that function, and now I'm trying to figure out a way to get an
> actual page to show for it.
>
>
>
> The views return JSON-formatted information,
Hi Samuel,
You probably haven't opened access to port 8000 to the public
Try run server on port 80.
Nick.
On Sat, 20 Jan 2018, 14:53 Samuel Muiruri, wrote:
> I had this issue before with AWS i remember it was just as stressful then
> and actually can't remember what actually fixed it. I basic
Always have the documentation with you while following the old
tutorials.when I was starting Django I had big problems while using a
tutorial in Django 1.7 with Django 1.10, nothing worked, but using
documentation you can pretty much find what had changed
--
You received this message because
Hi.
Urls changed so that you can't pass view as a string anymore.
If you're looking good tutorial Django Girls do have one. And it's using
recent djangi.
1.10.2017 2.40 ip. "drone4four" kirjoitti:
> I’m playing with Django for the first time. I am using a guide called,
> “Python
> from Scra
someone help me i am getting thi 500 internal error i dont understand whats
wrong
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@goog
Hi All,
I was able to resolve the issue yesterday night.
Forgot to send an email.
I had to reduce the security level of gmail so that app can access it.
Thanks for all the help.
On Thursday, February 4, 2016 at 11:58:03 PM UTC-8, Daniel Chimeno wrote:
>
> This are the settings you should put:
>
This are the settings you should put:
https://support.google.com/mail/troubleshooter/1668960?rd=1#ts=1665018%2C1665144
El viernes, 5 de febrero de 2016, 2:04:44 (UTC+1), learn django escribió:
>
> I tried both but no luck.
>
> On Thursday, February 4, 2016 at 3:49:48 PM UTC-8, Dheerendra Rathor w
I tried both but no luck.
On Thursday, February 4, 2016 at 3:49:48 PM UTC-8, Dheerendra Rathor wrote:
>
> Are you sure imap.company.com is handling your imap server and not
> imap.google.com?
>
> On Thu, 4 Feb 2016 at 23:24 Daniel Chimeno > wrote:
>
>> Hello,
>> If you are writing about his proj
Are you sure imap.company.com is handling your imap server and not
imap.google.com?
On Thu, 4 Feb 2016 at 23:24 Daniel Chimeno wrote:
> Hello,
> If you are writing about his project:
> https://github.com/coddingtonbear/django-mailbox I guess
> it's better to ask in the issues page of that projec
Hello,
If you are writing about his project:
https://github.com/coddingtonbear/django-mailbox I guess
it's better to ask in the issues page of that project:
https://github.com/coddingtonbear/django-mailbox/issues
El jueves, 4 de febrero de 2016, 23:02:36 (UTC+1), learn django escribió:
>
> Hi
Hi Andrew,
Wow MIT cool!
Thanks for looking at that. I corrected it and ForeignKey which was spelt
wrong.
All working now.
I can move on with this tutorial.
Thanks again,
On Saturday, 16 January 2016 21:27:31 UTC, ofeyofey wrote:
>
> Hi,
>
> I am following the Django tutorial on the Django site.
you want
class Choice(models.Model):
Note the capitalization of Model.
By convention, class names in python should be capitalized.
On Sat, Jan 16, 2016 at 5:56 PM, ofeyofey wrote:
> hi,
>
> I see the error there was dateTimeField and corrected that but now I
> get
>
> pi@raspberrypi ~/Djan
hi,
I see the error there was dateTimeField and corrected that but now I
get
pi@raspberrypi ~/DjangoPi/mathGenerator $ python manage.py migrate
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File
"/usr/local/lib/python2.7/dist-
Hi,
Thank you so much for looking at this.
I change setting.py to
INSTALLED_APPS = [
'generator',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
]
a
your app is called "generator", that's all you need to put in INSTALLED APPS
also, I'm not sure if this matters, but I tend to put my apps after the
ones bundled with django.
On Sat, Jan 16, 2016 at 5:30 PM, ofeyofey wrote:
> Hi,
>
> I am following the Django tutorial on the Django site. Gettin
Just wanted to say that this seemed to work for getting Flask running on
godaddy too (skipping the django specific steps of course) with two
differences. In dispatch.py instead of:
from django.core.handlers.wsgi import WSGIHandler
WSGIServer(WSGIHandler()).run()
use:
from yourapp import app
WS
On Fri, May 10, 2013 at 7:04 PM, Radomir Wojcik wrote:
> I was looking for the answer to this today and I wrote a tutorial on how to
> do this based on all the stuff I found on the net:
>
> With the economy class Linux hosting its a bit tricky. For starters you
> don't have root access to the site
Wow thanks amazing work, I wondered if someone had figured out a way to do
it.
thanks
--jerry
On Fri, May 10, 2013 at 1:04 PM, Radomir Wojcik wrote:
> I was looking for the answer to this today and I wrote a tutorial on how
> to do this based on all the stuff I found on the net:
>
> With the
I was looking for the answer to this today and I wrote a tutorial on how to
do this based on all the stuff I found on the net:
With the economy class Linux hosting its a bit tricky. For starters you
don't have root access to the site packages so you cannot install for
example MySQL-Python.
1.
Hi Joni,
Yes I have 'compressor.finders.CompressorFinder' added. All the
requirements are installed too I double checked them all, tried installing
them all individually and it said they were all installed already. When I
first setup the site it was using django1.3, but recently upgraded it.
Just to cover the basics, did you follow all installation steps described
here:
http://django_compressor.readthedocs.org/en/latest/quickstart/#installation
Mainly adding 'compressor.finders.CompressorFinder' to STATICFILES_FINDERS
Another thing kind of odd is that your css URL starts with /medi
Hi Joni,
Thanks a million for reply.
Yes I am using django runserver, its a working site just trying to get
compressor working locally before moving to production. My css works fine
without the compressor app. I can't see the file if I copy it in my url I
get a 500 error and the "CACHE" folder
26.6.2012 0:39, Dan Johnson kirjoitti:
On 06/25/2012 03:12 PM, mymlyn wrote:
i started a topic on stackoverflow, analysing responses on SO, on
similar topics, im not really sure wether ill get any feedback there
so im gonna try here :) described my problem here:
http://stackoverflow.com/question
On 06/25/2012 03:12 PM, mymlyn wrote:
i started a topic on stackoverflow, analysing responses on SO, on
similar topics, im not really sure wether ill get any feedback there
so im gonna try here :) described my problem here:
http://stackoverflow.com/questions/11193905/setting-up-django-with-virtu
I got it working.
I didn't turn off DEBUG in settings, so exceptions weren't being
caught by sentry (i.e., django was reporting them with the debug
template..)
On Dec 11, 8:35 pm, Ezequiel Bertti wrote:
> show the log configuration of your monitored application
>
>
>
>
>
>
>
>
>
> On Mon, Dec 12
show the log configuration of your monitored application
On Mon, Dec 12, 2011 at 00:28, Alan wrote:
> Did anyone have any trouble setting up django-sentry?
>
> I followed the instructions for the 'integrated' (i.e., client =
> server) approach here:
> http://sentry.readthedocs.org/en/latest/inst
here is my problem..
After trying to run on localhost/hello/ through lynx I get a 500. This
is what htttpd error_log file prints out.
I am not using socks, i am using tcp host port 3303.
[Tue Jul 19 13:23:16 2011] [error] [client 127.0.0.1] (13)Permission
denied: FastCGI: failed to connect to se
On Tue, Jul 19, 2011 at 5:05 PM, Rick Beacham wrote:
> thanks for the info. I corrected the this but i'm still having issues.
>
My crystal ball is out of order, could you specify the issues please.
Cheers
Tom
--
You received this message because you are subscribed to the Google Groups
"Djan
thanks for the info. I corrected the this but i'm still having issues.
On Fri, Jul 15, 2011 at 2:35 PM, ionic drive wrote:
> Hello Rick,
>
> Address already in use, tells you that on 127.0.0.1 specific port 8000
> already a process is running. I guess you have your Apache already
> running the
Hello Rick,
Address already in use, tells you that on 127.0.0.1 specific port 8000
already a process is running. I guess you have your Apache already
running their, right!?
you have to listen with your Apache to the proper port where fastcgi is
serving the data for Apache. I think you have to re-
fyi...
http://blog.dscpl.com.au/2010/03/improved-wsgi-script-for-use-with.html
On Sat, May 22, 2010 at 6:19 PM, Daniel Roseman wrote:
> On May 22, 6:47 pm, Mike T wrote:
>> Um, could someone point me in the right direction. I have a site with
>> a standard lamp server, running PHP. I want to
On May 22, 6:47 pm, Mike T wrote:
> Um, could someone point me in the right direction. I have a site with
> a standard lamp server, running PHP. I want to add a second Django
> site, using a virtual host. I have the virtual host set up, but I
> don't know anything about configuring it to work.
Its also a good idea to install the Developer Tools ... You should check which
version of Python you are using too. I think be default OS X uses 2.6.1
This is what I get when I type "python" into the terminal:
Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29)
On Apr 9, 2010, at 11:38 AM, Lee Hi
Are you running the install as superuser?
I am running leopard too and ran into the same problem but once you run it as:
sudo python setup.py install it should work..
Also, dumb question but do you have mysql installed? Its also a good idea to
put this:
# mysql path
PATH=${PATH}:/usr/local/mys
On Apr 8, 1:50 pm, CG wrote:
> I have successfully setup django, although I am not sure how I did
> it. Now I am trying to setup MySQLdb but keep getting the error
> File "setup.py", line 5, in
> from setuptools import setup, Extension
> ImportError: No module named setuptools
>
> On Ap
I have successfully setup django, although I am not sure how I did
it. Now I am trying to setup MySQLdb but keep getting the error
File "setup.py", line 5, in
from setuptools import setup, Extension
ImportError: No module named setuptools
On Apr 8, 12:45 pm, CG wrote:
> Nothing happens
Nothing happens, I just get a >
On Apr 8, 12:39 pm, Tim Shaffer wrote:
> Very strange. What happens if you open a new Terminal window and run
> the following?
>
> python -c "import sys; print sys.path"
--
You received this message because you are subscribed to the Google Groups
"Django users"
Very strange. What happens if you open a new Terminal window and run
the following?
python -c "import sys; print sys.path"
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To un
Hi Tim,
Thank you for responding.
When I run:
import sys
for p in sys.path:
print p
It does not print anything.
The path is to the django site packages is /Library/Python/2.6/site-
packages/Django-1.1.1-py2.6.egg/django
On Apr 8, 12:26 pm, Tim Shaffer wrote:
> What is the absolute path to
What is the absolute path to the django site-packages folder?
What does the following code output when you run it in the python
interpreter?
import sys
for p in sys.path:
print p
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to t
Karen hi,
Thanks for the reply. I think I narrowed it down to the way I
installed Python on this server. I can run django applications and
other python scripts just fine from the command line.
It turns out that a quick way to test my Python + Apache setup is
replace the .wsgi file with the follo
On Fri, Jul 31, 2009 at 8:53 AM, Michael Ralan wrote:
>
>
> I get an (unhelpful) xampp error message that reads
>
>
> Microsoft Visual C++ Runtime Library
> ---
> Runtime Error!
>
> Program: C:\xampp\apache\bin\httpd.exe
>
> R6034
>
> An application has made an attempt to
I get an (unhelpful) xampp error message that reads
Microsoft Visual C++ Runtime Library
---
Runtime Error!
Program: C:\xampp\apache\bin\httpd.exe
R6034
An application has made an attempt to load the C runtime library
incorrectly.
Please contact the application's supp
On Fri, Jul 31, 2009 at 8:36 AM, Michael Ralan wrote:
>
> Hi,
>
> I've searched the internet and come across a couple of pages
> ostensibly showing how this is done, but even the django documentation
> itself (sans being xampp-specific) has not met me with success.
>
> I got to the point where I'
On Sat, Jun 27, 2009 at 12:09 PM, Duvalfan23 wrote:
>
> Well I actually have Wubi (Ubuntu inside Windows) on my computer, but
> do not feel nearly as comfortable as Windows since Ive been using
> Windows for years. I also have all of my development tools on Windows
> that Ive purchased. I do not
Well I actually have Wubi (Ubuntu inside Windows) on my computer, but
do not feel nearly as comfortable as Windows since Ive been using
Windows for years. I also have all of my development tools on Windows
that Ive purchased. I do not get as good of productivity on Linux
since Im not as used to it
Duvalfan23 wrote:
> I am a new user to Django and want to set it up with Apache, Nginx,
> and MySQL on Windows Vista for testing. I will set up on Linux once I
> get a shared hosting account. Does anyone know a website that explains
> this very well from start to finish on Vista? Or can someone ex
On Fri, May 29, 2009 at 1:39 PM, Serendipity wrote:
>
> I am trying to setup stackless and django.
> [snip]
Answered in this other identical thread:
http://groups.google.com/group/django-users/browse_thread/thread/824ba571939020b2#
Karen
--~--~-~--~~~---~--~~
Y
hey thanks peter..I did not know abt MySQLdbgot it now...
John
On Nov 18, 12:11 am, "Peter Herndon" <[EMAIL PROTECTED]> wrote:
> The other thing that comes to mind is, have you installed the MySQLdb
> python library? If you want to connect to a database from a Python
> app, you must also in
The other thing that comes to mind is, have you installed the MySQLdb
python library? If you want to connect to a database from a Python
app, you must also install a library that bridges Python and the
database.
(I apologize in advance if you've already done so).
---Peter
On 11/17/08, Karen Tr
On Mon, Nov 17, 2008 at 3:13 AM, John Antony <[EMAIL PROTECTED]> wrote:
>
> I have currently created a database with the following details:
> DATABASE_ENGINE = 'mysql'
> DATABASE_NAME = 'myforum'
> DATABASE_USER = 'root'
> DATABASE_PASSWORD = 'myforum'
> DATABASE_HOST = 'localhost'
> DATABASE_PORT
I have currently created a database with the following details:
DATABASE_ENGINE = 'mysql'
DATABASE_NAME = 'myforum'
DATABASE_USER = 'root'
DATABASE_PASSWORD = 'myforum'
DATABASE_HOST = 'localhost'
DATABASE_PORT = ''
I used phpMyadmin to create the database
I have updated C:\projects\myforum\sett
Thank you Karen and Marcelo, I had actually not set the path for
"django-admin.py".
To set the Windows PATH in Vista click the following:
Start>Control Panel>System>Advanced System
Settings>Advanced>Environment Variable
On Nov 13, 9:59 pm, Danny R <[EMAIL PROTECTED]> wrote:
> John,
>
> Setting t
John,
Setting the paths in Vista is quirky. I also cannot make it work.
As a workaround whenever I open a new command prompt, i do the
following command:
set path=C:\Python25\Lib\site-packages\django\bin\;C:
\Python25\
then, when i create an app or a project, i do this instead:
You should search where your django-admin.py file is and include that
folder to your path environment variable.
But if you installed Django using the "python setup.py install"
command, the file must be in your Scripts directory under the Python
directory. Have you installed Django with "python se
I have now used all your suggestions..
1) Installed in C:\Python25\ (Marcelo Barbero)
2)Installed Python 2.5 instead of Python 2.6 (Karen Tracey)
and finally
3)Added the environment variables in "path" (not PATH, should i create
a new one named PATH) for both django and python.
I installed d
On Tue, Nov 11, 2008 at 1:40 AM, John Antony <[EMAIL PROTECTED]> wrote:
>
> I am currently using Vista OS
> I have installed Python in the path
> D:\Python26\
> and extracted the tarred file downloaded from www.djangoprojects.com
> ie "Django-1.0.tar.gz" in the path
> D:\Python26\Django-1.0\Django
John Antony wrote:
> I am currently using Vista OS
> I have installed Python in the path
> D:\Python26\
> and extracted the tarred file downloaded from www.djangoprojects.com
> ie "Django-1.0.tar.gz" in the path
> D:\Python26\Django-1.0\Django-1.0
> I am however unable to intall Django
> on typing
John Antony wrote:
> I am currently using Vista OS
> I have installed Python in the path
> D:\Python26\
> and extracted the tarred file downloaded from www.djangoprojects.com
> ie "Django-1.0.tar.gz" in the path
> D:\Python26\Django-1.0\Django-1.0
> I am however unable to intall Django
> on typing
Have you tried to install into c:\python26 instead of d:\python26 ?
2008/11/11 John Antony <[EMAIL PROTECTED]>:
>
> I am currently using Vista OS
> I have installed Python in the path
> D:\Python26\
> and extracted the tarred file downloaded from www.djangoprojects.com
> ie "Django-1.0.tar.gz" i
After doing some research myself i have found that i need to add the
path to the users account to the pythonpath
normally this would be in ssh as PYTHONPATH=$PYTHONPATH:/home/streamfl/
www
but as soon as i close shell this would revert back to how it was...
is there a way i can add this to the
thanks for all the suggestions...
I've managed to to kinda get it working with flup and fcgi although
i'm not quite there yet.
Here is my file structure and my fcgi file.
public file path = /home/xxx/www/projectblah/
application file path = /home/xxx/django_projects/projectblah_files/
mysite.f
On Oct 23, 2:00 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> that would be great but i can't allow my users access to http.conf as
> i said i am a shared reseller so i am offering django to my clients.
Apache/mod_wsgi can be used in a similar vein to FASTCGI, with user
code running in s
that would be great but i can't allow my users access to http.conf as
i said i am a shared reseller so i am offering django to my clients.
the only way i can do it is by writing a fcgi file and pointing to it
with .htaccess but it seems as if it doesn't want to work.
On Oct 21, 8:34 pm, Adam Nel
I've had great luck with wsgi.
http://code.djangoproject.com/wiki/django_apache_and_mod_wsgi
http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango
This article relates how to reverse proxy that with Nginx if you're
interested (for speed, isolation):
http://vizualbod.com/articles/nginx-fas
yes i have read that..
it seems that the .fcgi file does not read correctly. it just returns
the actual text in the fcgi file. and when i try and run a development
server you just get a timeout.
On Oct 21, 5:05 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Tue, Oct 21, 2008 at 11:50 AM, [EM
On Tue, Oct 21, 2008 at 11:50 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>wrote:
>
> Hello,
>
> I am a webhosting provider that is trying to set up django on my
> server so that my clients can utilise it for their own programs.
>
> Although we do not allow ssh access our only ability to allow them
>
On Wed, Sep 3, 2008 at 10:28 PM, Pepsi330ml <[EMAIL PROTECTED]> wrote:
> Thus i cannot use the PythonOption django.root
> Is there other alternative?
Well, what you can generally do to work around this if you have an
older Django is to create a new file, say, root_urls.py in your
project, and set
On Sep 4, 1:28 pm, Pepsi330ml <[EMAIL PROTECTED]> wrote:
> Hi
>
> Forget to add on. I am using Django version 0.96.
> Don't intend to upgrade to version 1.0 now.
>
> Thus i cannot use the PythonOption django.root
> Is there other alternative?
>From memory the answer is 'No'.
Graham
--~--~---
Hi
Forget to add on. I am using Django version 0.96.
Don't intend to upgrade to version 1.0 now.
Thus i cannot use the PythonOption django.root
Is there other alternative?
Thank you.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to th
On 10-Jul-08, at 8:58 PM, Greg Lindstrom wrote:
> as we get the service up? In particular, do I need to have shell
> access in order to create the project and the models, or can I just
> ftp the files to the server after I create the database? Now that I
> think of it, I really need to run syn
On Thursday 10 July 2008 10:28:30 am Greg Lindstrom wrote:
> Hi Everyone-
>
> I am in the process of putting up my first Django site and am to the
> point of getting it off my laptop and onto a hosted service. The
> company I am doing this for has an existing relationship with web.com
> and wan
Here's what I asked GoDaddy Support:
"Is FastCGI accessible from python scripts if I add my own handler? I
ask
this in specific relation to setting up Django. Is this known not to
work?"
Here's their response:
"FastCGI is accessible from Python scripts for our Linux hosting
accounts. We do not
Thanks for the quick and thorough response, Tim!
I'll find out if the FastCGI they advertise as being available for
Ruby on Rails could also be made accessible to Python by following the
Shared Hosting instructions at the bottom of
http://www.djangoproject.com/documentation/fastcgi/.
On Dec
> Has anyone had success in setting up Django on GoDaddy's Deluxe shared
> hosting plan? It supports Python CGI, but has no shell access.
CGI != FastCGI != WSGI
If all they offer is CGI, the general consensus is that you ought
look elsewhere as (1) it's not supported in Django and (2) if it
wa
76 matches
Mail list logo