Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
We have been using 8000 only but just to avoid this problem we tried 4000 to see whether we can get out of this problem. Basically tested with both 8000 and 4000 so far, but the result is the same. Best Regards, ~Ram On Wednesday, March 6, 2024 at 10:45:39 PM UTC-7 Muhammad Juwaini Abdul Rahma

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Muhammad Juwaini Abdul Rahman
Why do you need to use a non-standard port such as 4000 when deployed on a server? On Thu, 7 Mar 2024 at 13:18, ram.mu...@gmail.com wrote: > Thank you both. I deployed the same site twice on DO droplets without any > issues and the site was running fine for a year, but it stopped working > latel

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Ram
Oops! I don´t know why the format is not rendered properly. Pardon me for pasting it again!. $ ps -ef | grep runserver rmbl 14241414 0 05:02 pts/000:00:00 grep --color=auto runserver --- $ $ sudo nmap -p 4000, 22 > 136.189.5.1 -Pn Starting Nmap 7.94SVN ( https://nmap.org

Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
Thank you both. I deployed the same site twice on DO droplets without any issues and the site was running fine for a year, but it stopped working lately. I did not find any clue so far. 1. Before deployment $ ps -ef | grep runserver rmbl 1424 1414 0 05:02 pts/0 00:00:00 grep --color=auto runs

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Muhammad Juwaini Abdul Rahman
I always follow the following steps to deploy my site on DO. https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu Countless attempts and 0 fail. Maybe you can try this. If you want to keep trying with your way, also no problem. On Thu,

Re: Django web site is not opened though runserver us running

2024-03-06 Thread Mike Dewhirst
On 7/03/2024 3:02 pm, ram.mu...@gmail.com wrote: Hi, Hoping someone can provide some clue on this? I think you'll find most people are reluctant to click on unsolicited web links no matter how innocent they appear to be. Perhaps you can describe the problem, tell us what you have tried and

Re: Django web site is not opened though runserver us running

2024-03-06 Thread ram.mu...@gmail.com
Hi, Hoping someone can provide some clue on this? Best regards, ~Ram On Tuesday, March 5, 2024 at 1:32:51 AM UTC-7 ram.mu...@gmail.com wrote: > Hi, > > Could someone look at this post and help me understand what is missing? We > think there is no issue in our Django application but Digital Oce

Django web site is not opened though runserver us running

2024-03-05 Thread ram.mu...@gmail.com
Hi, Could someone look at this post and help me understand what is missing? We think there is no issue in our Django application but Digital Ocean concluded that the issue is from our application. https://serverfault.com/questions/1155482/django-site-is-not-opening-up-on-digital-ocean-ubuntu-dr

Re: I have learn the tutorial 6 static file for html & css. However the web-site fail to display the intended file. Why & how to fixed it!

2021-01-17 Thread Prashanjeet Halder
There are many things that might be wrong in this situation. 1) Check the Urls.py file. 2) Check your settings.py file for the correct static URL & allowed hosts 3) Check for proper paths for every static file Thanks, Prashanjeet Haldar On Sunday, January 17, 2021 at 10:14:12 PM UTC+5:30 Kasper L

Re: I have learn the tutorial 6 static file for html & css. However the web-site fail to display the intended file. Why & how to fixed it!

2021-01-17 Thread Kasper Laudrup
Hi Loh, Revisit part one of the tutorial again: https://docs.djangoproject.com/en/3.1/intro/tutorial01/#write-your-first-view The "Page not found?" box will tell you what is wrong, but it might help you to read the rest again for context. Good luck and kind regards, Kasper Laudrup On 17/01

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Balaji Shetty
Dear Perceval Maturure Thank You very much for your email reply. May GOD bless you. On Mon, Nov 25, 2019 at 2:24 AM Perceval Maturure wrote: > Yes, it’s called installing Django cms by Hand > http://docs.django-cms.org/en/latest/how_to/install.html > > > > Sent from my iPhone > > On 24 Nov 2019

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Perceval Maturure
Yes, it’s called installing Django cms by Hand http://docs.django-cms.org/en/latest/how_to/install.html Sent from my iPhone > On 24 Nov 2019, at 21:19, Ankita Gupta wrote: > >  > > >> On Sunday, November 24, 2019 at 11:54:02 PM UTC+5:30, Perceval Maturure >> wrote: >> Django cms is much

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Ankita Gupta
On Sunday, November 24, 2019 at 11:54:02 PM UTC+5:30, Perceval Maturure wrote: > > Django cms is much simpler. There is also good documentation to “install > Django cms by hand” > Hey! Can we insert django-cms in already made Django based projects.? Is this possible.? > > > Sent from my iPhon

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Perceval Maturure
Django cms is much simpler. There is also good documentation to “install Django cms by hand” Sent from my iPhone > On 24 Nov 2019, at 19:52, Balaji Shetty wrote: > > Hi > > If I want to develop website in Django. > > Which ones I should prefer > Wagtail or Django CMS or Mez > > Kindly rep

Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Balaji Shetty
Hi If I want to develop website in Django. Which ones I should prefer Wagtail or Django CMS or Mez Kindly reply -- Mr Shetty Balaji Asst. Prof. IT Department SGGS I&T Nanded. My. India -- You received this message because you are subscribed to the Google Groups "Django users" group. To uns

Re: reagrding "{% csrf_token %}"issue on my web site login module

2019-05-30 Thread Abdul Qoyyuum
When you run the application and test the login, what do you see in the devtool's Network tab? Did you see if csrf_token is null? How about document.cookie? Is that also null? Is the document.cookie being passed to csrf_token in other ways? Lots of ways to complete this in Angular/jQuery/Ajax o

Re: reagrding "{% csrf_token %}"issue on my web site login module

2019-05-28 Thread Abdulrasheed Ibrahim
For security reasons, It's not recommended to use csrf_exempt, use it only where security doesn't matter On Tue, May 28, 2019, 1:13 PM Jeyakanth T Hi, > add one more line in your view.py header > > from django.views.decorators.csrf import csrf_exempt > > > then add decorator before your function

Re: reagrding "{% csrf_token %}"issue on my web site login module

2019-05-28 Thread Jeyakanth T
Hi, add one more line in your view.py header from django.views.decorators.csrf import csrf_exempt then add decorator before your function @csrf_exempt With Regards, Jeyakanth Thangam, +91 89739 - 70708, +91 79046 - 48182 jeyakanth0...@gmail.com On Tue, May 28, 2019 at 5:26 PM isorae de

Re: reagrding "{% csrf_token %}"issue on my web site login module

2019-05-28 Thread isorae dennis
Did you indent accurately On Tue, May 28, 2019, 12:32 The Aryas wrote: > hello guys, i was working on a clone project and got stuck on a problem. > the {% csrf_token %} that i have applied is not verified ...and the error > login module is following>> > > > ==

reagrding "{% csrf_token %}"issue on my web site login module

2019-05-28 Thread The Aryas
hello guys, i was working on a clone project and got stuck on a problem. the {% csrf_token %} that i have applied is not verified ...and the error login module is following>> =

Re: Wrting rtl templates for my web site

2018-08-18 Thread mottaz hejaze
يا عم محمد ده شغل css ابعتلي الكود وانا اشوفه .. ده ملوش علاقه بالدجانجو On Fri, 17 Aug 2018, 13:34 Mohamed El-sayed, < mohamed.elsayed.abdel...@gmail.com> wrote: > Hello Guys, > I have a question related to rtl templates > what i need is making a web site with heading rtl (Arabi

Wrting rtl templates for my web site

2018-08-17 Thread Mohamed El-sayed
Hello Guys, I have a question related to rtl templates what i need is making a web site with heading rtl (Arabic language) and i don't know how to make it First i used the RTL boot strap version with out integrating with django just a normal HTML file and the output was as expected [

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread Filipe Ximenes
://thinkster.io/django-angularjs-tutorial/ On Thu, Apr 16, 2015 at 5:03 PM, 백병화 wrote: > >> > Thank you very much for the professional advice :) > > I have more questions.. > > Is there a way to develop a web site by combining MPA and SPA ? > > And.. > > Ca

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
> > > Thank you very much for the professional advice :) I have more questions.. Is there a way to develop a web site by combining MPA and SPA ? And.. Can you please recommend a tutorial of django+angularjs that is about configuration, building structure, and etc for dividing ba

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread Filipe Ximenes
ubject, other people may have different opinions about it. On Thu, Apr 16, 2015 at 4:12 PM, 백병화 wrote: > Thank you very much for replying my question. > I'm a student in Korea, so my english grammar is not good. I'm sorry for > that. > > I'm wondering to create a w

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
Thank you very much for replying my question. I'm a student in Korea, so my english grammar is not good. I'm sorry for that. I'm wondering to create a web site as Facebook. I have 3 questions. 1) Is facebook developed as SPA? or Is it developed as SPA+MPA ? 2) Last time, I under

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
Thank you very much for replying my question. I'm a student in Korea, so my english grammar is not good. I'm sorry for that. I'm wondering to create a web site as Facebook. I have 3 questions. 1) Is facebook developed as SPA? or Is it developed as SPA+MPA ? 2) Last time,

Re: How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread Filipe Ximenes
detailed response. On Thu, Apr 16, 2015 at 1:25 PM, 백병화 wrote: > I want to develop a web site and mobile apps(iOS/Android) as Facebook.by > using Django REST Framework AND Angularjs. > I'm confused about what steps should I follow.. > > -- > You received this message

How should I develop a web site and mobile apps(iOS/Android) as Facebook(using DRF + Angularjs)?

2015-04-16 Thread 백병화
I want to develop a web site and mobile apps(iOS/Android) as Facebook.by using Django REST Framework AND Angularjs. I'm confused about what steps should I follow.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: Django for corporate web site

2013-08-06 Thread Lukas Nemec
Exactly, tell us what is required on the page.. If it is a simple informational website, with some content, you can either use django's staticpages, or some CMS few examples: https://www.django-cms.org/ https://github.com/lunemec/django-pages # I use this to run my own website On 08/06/201

Re: Django for corporate web site

2013-08-06 Thread Avraham Serour
what is a corporate site exactly? from what I understand a lawyer office website is nothing more than a bunch of static pages, like a business card, you could use a cms, but you could just generate some static pages On Tue, Aug 6, 2013 at 11:41 AM, Sithembewena Lloyd Dube wrote: > Hi Sean, > >

Re: Django for corporate web site

2013-08-06 Thread Sithembewena Lloyd Dube
Hi Sean, You definitely can do that in Django. On Tue, Aug 6, 2013 at 6:18 AM, Mike Dewhirst wrote: > On 6/08/2013 2:07pm, sean chen wrote: > >> I need to build a site for a small law firm. I looked at the poweredby >> pages http://www.djangosites.org/, but I found it shows sites for >> differ

Re: Django for corporate web site

2013-08-05 Thread Mike Dewhirst
On 6/08/2013 2:07pm, sean chen wrote: I need to build a site for a small law firm. I looked at the poweredby pages http://www.djangosites.org/, but I found it shows sites for different purposes and I did not find a good example site for me to spark my thoughts further. I see there exists a focus

Django for corporate web site

2013-08-05 Thread sean chen
I need to build a site for a small law firm. I looked at the poweredby pages http://www.djangosites.org/, but I found it shows sites for different purposes and I did not find a good example site for me to spark my thoughts further. I see there exists a focus area for e-commerce site at https:/

Re: Learning how to build a web site for my python games and a blog

2013-07-31 Thread Randy Baxley
ue, Jul 30, 2013 at 3:07 PM, Randy Baxley > > > wrote: > >> I am trying to learn Django. I have a good base in Python having worked >> several basic MOOCs and second level classes. My major short term goal is >> to build a web site where I will have a blog on smok

Re: Learning how to build a web site for my python games and a blog

2013-07-31 Thread Cal Leeming [Simplicity Media Ltd]
short term goal is > to build a web site where I will have a blog on smoked brisket in Chicago > and a place to rewrite my games built in the Rice University course > Interactive Python Programming from Coursera. Here is the final program > from that class. The reason for a rewrite is th

Re: Learning how to build a web site for my python games and a blog

2013-07-30 Thread Randy Baxley
I am trying to learn Django. I have a good base in Python having worked several basic MOOCs and second level classes. My major short term goal is to build a web site where I will have a blog on smoked brisket in Chicago and a place to rewrite my games built in the Rice University course

Re: Learning how to build a web site for my python games and a blog

2013-07-30 Thread Derek
Best off to post questions here than splitting off into another forum. Sensible questions will generally get answers! On Saturday, 27 July 2013 15:57:45 UTC+2, Randy Baxley wrote: > > Is anyone working through The Django Book that would like to form a fb > page just for that or knows of a good

Re: Learning how to build a web site for my python games and a blog

2013-07-29 Thread Christian Erhardt
Sry, I have no idea what you are talking about Am Samstag, 27. Juli 2013 15:57:45 UTC+2 schrieb Randy Baxley: > > Is anyone working through The Django Book that would like to form a fb > page just for that or knows of a good tutorial where questions will get > answers? > -- You received this m

Learning how to build a web site for my python games and a blog

2013-07-27 Thread Randy Baxley
Is anyone working through The Django Book that would like to form a fb page just for that or knows of a good tutorial where questions will get answers? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop recei

Re: convert a web-site to a desktop app

2011-10-07 Thread Knack
d I'm pretty confused. > > Anyone successfully converted an existing django web site in a desktop > app for Windows and OSX? > > Anyone testedhttp://movieos.org/blog/2007/03/djangokit/or someting > likehttp://www.blueatlas.com/blog/article/pairing_django_and_titanium_in_... > &g

convert a web-site to a desktop app

2011-10-07 Thread moxgreen
I read some more or less recent post about building desktop app with django. But, at the end I'm pretty confused. Anyone successfully converted an existing django web site in a desktop app for Windows and OSX? Anyone tested http://movieos.org/blog/2007/03/djangokit/ or someting like

Re: Just started Django - please help clarify web site configuration strategy

2011-03-29 Thread javatina
That's the discussion I was looking for. Many thanks to you and Bruno Desthuilliers - helps get bigger picture. On Mar 28, 6:37 pm, Jumpfroggy wrote: > > Basically, the question is - when a web > > application starts there is a number of things that needs to be > > available any time any request.

Re: Just started Django - please help clarify web site configuration strategy

2011-03-29 Thread javatina
On Mar 29, 5:06 am, bruno desthuilliers wrote: > > 2. custom template tags - I do not see how they can help here > > You were talking about menus built from the db. Using a custom tag to > build these menus gives you the flexibility to only call on the > relevant code when needed - instead of cal

Re: Just started Django - please help clarify web site configuration strategy

2011-03-29 Thread bruno desthuilliers
On 28 mar, 20:58, javatina wrote: > Thanks for responding. It's been very important - helps "gauge" > thinking, how far I am off :) > > 1. I haven't yet looked at middlewares - will do. > > 2. custom template tags - I do not see how they can help here You were talking about menus built from the d

Re: Just started Django - please help clarify web site configuration strategy

2011-03-29 Thread bruno desthuilliers
On 29 mar, 00:37, Jumpfroggy wrote: (snip) > There is no callback mechanism.  You can add code to any file > (models.py is a good place), and you can do some tricky python-fu to > make sure it only runs once per process, but that's a bit of a hack. Indeed - and more often than not a good way to

Re: Just started Django - please help clarify web site configuration strategy

2011-03-28 Thread Jumpfroggy
> Basically, the question is - when a web > application starts there is a number of things that needs to be > available any time any request. Some of them are really static in > nature - for example, pagination parameters; If these are static values, a good place to put them is in the settings.py

Re: Just started Django - please help clarify web site configuration strategy

2011-03-28 Thread javatina
Thanks for responding. It's been very important - helps "gauge" thinking, how far I am off :) 1. I haven't yet looked at middlewares - will do. 2. custom template tags - I do not see how they can help here (BTW, just completed my first one to loop ranges) 3. Request contexts complexity - as I sa

Re: Just started Django - please help clarify web site configuration strategy

2011-03-28 Thread bruno desthuilliers
On 28 mar, 16:58, javatina wrote: > I could formulate my question differently - is there such thing as an > application context in Django? Basically, the question is - when a web > application starts there is a number of things that needs to be > available any time any request. Some of them are re

Just started Django - please help clarify web site configuration strategy

2011-03-28 Thread javatina
I could formulate my question differently - is there such thing as an application context in Django? Basically, the question is - when a web application starts there is a number of things that needs to be available any time any request. Some of them are really static in nature - for example, pagina

Introducing Site Deploy, a GUI-based tool for web site deployment (with Django support!)

2011-03-09 Thread Andreas Sommer
Hello everyone! In the last weeks, I've been working on a PyGTK-based tool that eases the deployment of web sites to remote servers. It is cross-platform, tested on Windows and Linux, and comes with support for Django sites. I tried to make usage as easy as possible, but there's also documentation

Re: Web site Mail Inbox

2010-08-11 Thread kostia
Great, I installed django-messages. They are working fine. As in docs said I have a content and sidebar blocks. How can I show on the user profile page a nice Inbox in the sidebar? Docs does not show any examples. If you did this before, share the code, please. Thank you -- You received this m

Re: Web site Mail Inbox

2010-08-09 Thread Michael Schade
On Mon, Aug 9, 2010 at 7:21 AM, kostia wrote: > Hi, > > I want to create an Inbox service for users of my django site. Can > anybody point me to the right direction? Any modules or it is better > to do myself? > As to whether or not it is best to do it yourself, that depends on if another module

Web site Mail Inbox

2010-08-09 Thread kostia
Hi, I want to create an Inbox service for users of my django site. Can anybody point me to the right direction? Any modules or it is better to do myself? Kostia -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: about a web site

2009-07-30 Thread Lic . José M . Rodriguez Bacallao
second one, any advice? On 7/17/09, Diego Eduardo Ahumada - SICO S.I. S.A. wrote: > > 2009/7/17 Michael : >> On Fri, Jul 17, 2009 at 1:30 PM, Lic. José M. Rodriguez Bacallao >> wrote: >>> >>> anyone? >>> >>> >>> On 7/17/09, Lic. José M. Rodriguez Bacallao wrote: >>> > hi folks, it's be a long

Re: about a web site

2009-07-17 Thread Diego Eduardo Ahumada - SICO S.I. S.A.
2009/7/17 Michael : > On Fri, Jul 17, 2009 at 1:30 PM, Lic. José M. Rodriguez Bacallao > wrote: >> >> anyone? >> >> >> On 7/17/09, Lic. José M. Rodriguez Bacallao wrote: >> > hi folks, it's be a long time without writing to the list but now I'm >> > back with a simple question, I need to know ho

Re: about a web site

2009-07-17 Thread Michael
On Fri, Jul 17, 2009 at 1:30 PM, Lic. José M. Rodriguez Bacallao < jmr...@gmail.com> wrote: > > anyone? > > > On 7/17/09, Lic. José M. Rodriguez Bacallao wrote: > > hi folks, it's be a long time without writing to the list but now I'm > > back with a simple question, I need to know how much can c

Re: about a web site

2009-07-17 Thread Lic . José M . Rodriguez Bacallao
anyone? On 7/17/09, Lic. José M. Rodriguez Bacallao wrote: > hi folks, it's be a long time without writing to the list but now I'm > back with a simple question, I need to know how much can cost to make > a site like this: www.juegon.com > > -- > Lic. José M. Rodriguez Bacallao > Centro de Bio

about a web site

2009-07-17 Thread Lic . José M . Rodriguez Bacallao
hi folks, it's be a long time without writing to the list but now I'm back with a simple question, I need to know how much can cost to make a site like this: www.juegon.com -- Lic. José M. Rodriguez Bacallao Centro de Biofisica Medica

Re: How to SEO adapt a I18N django web site..

2009-06-11 Thread jenlu
Quick update - got it to work !!! Still awaiting for google to index my site under http://work724.com/en/start/ and http://work724.com/sv/start/ but everything seems to be working. One issue I had was the ordering of modules. Using localeurl 1.3 and in installation guide step 2 states: '...Add '

Re: How to SEO adapt a I18N django web site..

2009-06-07 Thread jenlu
Hi, could not wait so started to get this done while at ARN airport. Two things (i) Swedish is 'sv' or 'swe' in ISO639 depending if you want to use the 2 or 3 char style - but nevermind... (ii) installed and have everything up and running but can not find or understand the connection the I18N cook

Re: How to SEO adapt a I18N django web site..

2009-06-04 Thread jenlu
Great and thanks, on the road but will get these fixes done when I get back on Monday. Thx !!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@g

Re: How to SEO adapt a I18N django web site..

2009-06-04 Thread phred78
I forgot something. I noticed that you have two description meta tags in your code: There should be only one, of course. The Google bot doesn't like duplicate descriptions. It might think you're cheating. Fred --~--~-~--~~~---~--~~ You received this message bec

Re: How to SEO adapt a I18N django web site..

2009-06-04 Thread phred78
Jens, I have been using django-localeurl and it solves most of your problems. The site I'm currently working on is indexed in all 5 languages, with no real effort on my part. It prefixes your content with the correct ISO. Check it here: http://code.google.com/p/django-localeurl/ You can also che

How to SEO adapt a I18N django web site..

2009-06-04 Thread jenlu
Hi, this topic is somewhere between django - implementation - SEO stuff... I am currently running http://work724.com - a business system based on Django. The intro/signup site is in both English and Swedish (in process of adding more languages) and using django language cookie for getting this

Re: Django web site upload problem

2009-03-21 Thread Daniel Roseman
On Mar 20, 7:34 pm, YuDe wrote: > Hi, > I have been browsing the documentation, but I could not find obvious > link to instructions of uploading the file that created through > tutorials. > > I have a server and use winSCP to upload htmls. Is there a page that > instruct us how to publish webpage

Django web site upload problem

2009-03-20 Thread YuDe
Hi, I have been browsing the documentation, but I could not find obvious link to instructions of uploading the file that created through tutorials. I have a server and use winSCP to upload htmls. Is there a page that instruct us how to publish webpages? This should be very easy. Thank You. Derek

Re: Django bilingual web site

2009-03-02 Thread Alex Gaynor
On Mon, Mar 2, 2009 at 7:31 PM, tdelam wrote: > > Hey everyone. I would like to create a simple bilingual web site. Does > anyone have any tips how I can accomplish this with Django? Basically > a typical bilingual web site, click "french" french content is > presented a

Django bilingual web site

2009-03-02 Thread tdelam
Hey everyone. I would like to create a simple bilingual web site. Does anyone have any tips how I can accomplish this with Django? Basically a typical bilingual web site, click "french" french content is presented and vice versa for english... Any suggestions

Do you want to have successful web site

2008-04-14 Thread a.f
To have successful web site you need First you need to put your hand in good idea for your site Than you need web page making software links to free download 4 webpage / html editors including front page 2003 How to chose your web hosting and get the best offers Links to 5 email extracting

Serving an external web site which requires authentication

2008-03-24 Thread Kaze
Hi, I'm developing a django site and I need your suggestions about the topic. Actually, I'm not sure where to start but basically, I want to make something like; (I have an account on a site which requires log-in) - My server will be logged-in to that site with my account. - And when a user conn

Re: web site

2007-09-02 Thread Amirouche
I almost forgot... welcome ! On Sep 3, 5:48 am, Amirouche <[EMAIL PROTECTED]> wrote: > You may find this usefull toohttp://www.djangosites.org/tag/game/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django user

Re: web site

2007-09-02 Thread Amirouche
You may find this usefull too http://www.djangosites.org/tag/game/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscr

Re: web site

2007-09-02 Thread SmileyChris
On Sep 3, 5:12 am, "Alfredo Alessandrini" <[EMAIL PROTECTED]> wrote: > I'm a newby..:-) > > Is Django good for make a web site like this? > > These are a web site for playing correspondence chess. > > The moves are stored with a database, with informati

Re: web site

2007-09-02 Thread eXt
and you should be able to ask a more specific question. Regards Jakub Wiśniowski On 2 Wrz, 19:12, "Alfredo Alessandrini" <[EMAIL PROTECTED]> wrote: > I'm a newby..:-) > > Is Django good for make a web site like this? > > http://www.ficgs.com/http://www.

web site

2007-09-02 Thread Alfredo Alessandrini
I'm a newby..:-) Is Django good for make a web site like this? http://www.ficgs.com/ http://www.chessmail.org/ These are a web site for playing correspondence chess. The moves are stored with a database, with information about the players, tournament, rating, ecc.. Al

Add a FREE text link to your web site!!!!

2007-08-31 Thread harry
Add a FREE text link to your web site: http://mmo.isgreat.org/modules.php?name=Web_Links --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dj

Re: What's the best approach to allow users to upload data to a Django Web site?

2007-08-18 Thread Divan Roulant
Thanks Jeremy for pointing me on this topic. My goal is to implement a prototype locally and then, move into learning how to put it right on the Web (https, LAMP and everything...). God, so much work (and learning curve) ahead! :-) Divan On Aug 18, 6:12 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wro

Re: What's the best approach to allow users to upload data to a Django Web site?

2007-08-18 Thread Jeremy Dunck
On 8/18/07, Divan Roulant <[EMAIL PROTECTED]> wrote: > > That's what I though initially but since I am fairly new to Django and > Web development, I wanted to check it out with more experienced > developers, just in case. OK, if you're new to webdev, one more bit of advice: In general do not trus

Re: What's the best approach to allow users to upload data to a Django Web site?

2007-08-18 Thread Divan Roulant
That's what I though initially but since I am fairly new to Django and Web development, I wanted to check it out with more experienced developers, just in case. Thanks! Divan On Aug 18, 3:50 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 8/18/07, Divan Roulant <[EMAIL PROTECTED]> wrote: > >

Re: What's the best approach to allow users to upload data to a Django Web site?

2007-08-18 Thread Jeremy Dunck
On 8/18/07, Divan Roulant <[EMAIL PROTECTED]> wrote: > However, I'm stuck with that question: > once a user is logged in to my site, should I link her to the Django > admin site (with restricted permissions) or should I implement myself, > for my site, the views and templates to allow that user to

What's the best approach to allow users to upload data to a Django Web site?

2007-08-18 Thread Divan Roulant
Hello, I've implemented my models and my site works fine. A user can create an account and log in. Now it's time for me to allow a user to upload data, once logged in. However, I'm stuck with that question: once a user is logged in to my site, should I link her to the Django admin site (with rest

PT-to-FT technical lead (individual or small team) for web site development

2007-01-14 Thread BirdLivesInDC
Here's an opportunity I posted recently on craigslist. Given my particular interest in finding a Django guru, I wanted to call it to the attention of this group... - Reply to: [EMAIL PROTECTED] Date: 2007-01-09, 12:04PM I am a veteran early stage technology company executive who is starti

Re: My second web site that use django, http://beyking.51boo.com

2006-12-15 Thread Marcus Mendes
Congrats! Very good! I've got the source for learn more . Thanks. Marcus On 12/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > This is a weblog application, source code is open > > > > > -- Marcus Mendes "A coragem é a forma de todas as virtudes em ponto de prova" C.S.Lewis __

Re: My second web site that use django, http://beyking.51boo.com

2006-12-14 Thread Igor Guerrero
Very cool, Just something apparently the rich editor FCK, dont have some languages, It can be fix by copying the en.js to es.js(for Spanish). It's Amazing how small are Django application!!! On 12/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > This is a weblog application, source code

My second web site that use django, http://beyking.51boo.com

2006-12-14 Thread [EMAIL PROTECTED]
This is a weblog application, source code is open --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this gr