Re: Writing your first Django app, part 1 - Can't Follow it

2019-08-01 Thread Sammy Agrawal
t; > Link: > > https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Tutorial_local_library_website > > > Regards, > Kai Wey > > On Thu, Aug 1, 2019 at 6:35 PM Lim Kai Wey wrote: > >> I do agree that you Sammy could try changing the my

Re: Writing your first Django app, part 1 - Can't Follow it

2019-07-31 Thread Sammy Agrawal
I’m on Mac, and am still having this problem. On Wed, Jul 31, 2019 at 10:46 AM Charlotte Wood < charlotte.w...@epiccharterschools.org> wrote: > Windows? > > On Wed, Jul 31, 2019, 6:20 AM Sammy Agrawal wrote: > >> Still having this problem- no solution found >> &

Re: Writing your first Django app, part 1 - Can't Follow it

2019-07-31 Thread Sammy Agrawal
Still having this problem- no solution found On Tuesday, February 9, 2016 at 7:22:58 PM UTC-5, michaela...@gmail.com wrote: > > Hi, > > I am running into the same problem as this: > > http://stackoverflow.com/questions/30493018/404-error-in-writing-your-first-django-app-tutorial > > Now I can

Re: Django 1.4 - how to display a success message on form save

2015-08-04 Thread Sammy
I'm pretty sure you have to use AJAX to display the message without reloading. -- 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

Email on dreamhost

2013-02-22 Thread Sammy
Greetings fellow djangonauts My Django app is working nicely on dreamhost.   When I use gmail for code error notifications or send_mail, everything works fine. When I use my dreamhost email, I am able to send emails from my app using send_mail but i no longer receive code error notifications. I

Re: difficulty with static files

2013-01-12 Thread Sammy
Tom - thanks so much. I was able to resolve it. On Thursday, November 29, 2012 10:00:26 AM UTC-8, Sammy wrote: > > Hello django experts > I am unable to get my static files to work. Here are my settings: > > projectfiles > | > |-myproject > |

difficulty with static files

2012-11-29 Thread Sammy
Hello django experts I am unable to get my static files to work. Here are my settings: projectfiles | |-myproject | | | |-static | | | | | |-css | | |-js | |-__init__.py | |-settings.py | |-urls.py | |-wsgi.py |

django-admin.py is not working.

2012-01-27 Thread Sammy
I am new to django and i have been trying to create a django project with no success. Every time i type django-admin.py startproject mysite. I get C:\Users\WASSWA SAM\Documents\django\djcode>django-admin.py startproject mysite Usage: django-admin.py subcommand [options] [args] Options: -v