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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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>>
>
>
> ==
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>>
=
يا عم محمد ده شغل 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
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
[
://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
>
>
>
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
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
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
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,
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
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
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
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,
>
>
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
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
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:/
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
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
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
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
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
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
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
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
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.
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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 '
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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:
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
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
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
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:
>
>
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
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
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
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
__
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
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
86 matches
Mail list logo