Re: How to run the django development environment?

2020-01-26 Thread Kasper Laudrup
Hi Aakansha, On 26/01/2020 17.02, aakansha jain wrote: Oh, sorry I didn't have any idea about that. I was initially making this new thread. But it was not creating. So, that's why I thought to ask in other threads. A basic understanding of how email/mailing lists work could probably be

Re: How to run the django development environment?

2020-01-26 Thread Antje Kazimiers
how contribute to Django at the last DjangoCon US and who led the sprint workshop. Antje On Sat, Jan 25, 2020 at 1:50 PM aakansha jain wrote: > I am new to open source. I have forked the project on my system. > But now I am not getting how to run the django development environment so > t

Re: How to run the django development environment?

2020-01-26 Thread Motaz Hejaze
You dont know how to run django development environment and you want to contribute to django project !!! On Sun, 26 Jan 2020, 6:03 pm aakansha jain, wrote: > Oh, sorry I didn't have any idea about that. I was initially making this > new thread. But it was not creating. > So, tha

Re: How to run the django development environment?

2020-01-26 Thread aakansha jain
Oh, sorry I didn't have any idea about that. I was initially making this new thread. But it was not creating. So, that's why I thought to ask in other threads. On Sunday, January 26, 2020 at 12:37:44 AM UTC+5:30, Kasper Laudrup wrote: > > Hi Aakansha > > On 25/01/2020 19.49, aakansha jain

Re: How to run the django development environment?

2020-01-25 Thread Kasper Laudrup
Hi Aakansha On 25/01/2020 19.49, aakansha jain wrote: I am new to open source. A good start to getting any help is not spamming unrelated threads with the same question over and over again. That will not make you feel very welcome in whatever open source community you're trying to work

How to run the django development environment?

2020-01-25 Thread aakansha jain
I am new to open source. I have forked the project on my system. But now I am not getting how to run the django development environment so that I can contribute to Django.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Django Development opportunity in Ahmedabad, India

2020-01-13 Thread Roshan Shah
We require Django Developer with 3+ years experience to work out of our startup in Ahmedabad. We have a very small 4 person growing team. You will lead the team in Ahmedabad and remote team across India You will also manage client projects and grow the team in India. You are expected to have

Re: rsync vs git for Django development? + Project directory location?

2019-03-15 Thread Bill Freeman
I'm sure that you'll get many opinions, but: I've had success with git, presuming that filesystem space is not very tight on the remote server. You arrange your deployment scripts to run on the remote (there are several tools to help with that, or for small scale operations, ssh in and run them

rsync vs git for Django development? + Project directory location?

2019-03-15 Thread drone4four
Have two questions. To manage development of a Django project, when interfacing local changes and mirroring them to my remote webserver, would you people recommend using rsync or git? I have a little experience with both. I've been using rsync to mirror basic HTML and CSS changes from my local

Re: Is Microsoft Visual Studion 2017 Environment is good for Django development ?

2019-01-21 Thread Danylo K.
Visual Studio 2017 is excellent for Django development. Just don't use project templates to create new Django projects. Create new project in command line tool (cmd) and then create new Visual Studio project using "Existing Python Project" option. Cheers. Danyo On Mon, Jan 21, 2019

Re: Is Microsoft Visual Studion 2017 Environment is good for Django development ?

2019-01-21 Thread michael adom
Sent:* Sunday, January 20, 2019 1:55 AM > *To:* Django users > *Subject:* Is Microsoft Visual Studion 2017 Environment is good for > Django development ? > > > > I am a beginner in Django. Is Microsoft Visual Studio will be a better > environment to start with d

RE: Is Microsoft Visual Studion 2017 Environment is good for Django development ?

2019-01-21 Thread Matthew Pava
I use PyCharm. https://www.jetbrains.com/pycharm/ From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Django Geek Aditya Sent: Sunday, January 20, 2019 1:55 AM To: Django users Subject: Is Microsoft Visual Studion 2017 Environment is good for Django

Is Microsoft Visual Studion 2017 Environment is good for Django development ?

2019-01-19 Thread Django Geek Aditya
I am a beginner in Django. Is Microsoft Visual Studio will be a better environment to start with django from basics. They are providing a detailed help on their website LINK

Django development server: expect header.

2018-08-27 Thread Ayeni Adedayo
I asked this question on the #django IRC, but thought to put it here too. Over the weekend, I ran into an unexpected problem with the Django development server. It seems to either ignore or not properly handle the expect header. I understand that modern http clients will send an 100-continue

Re: django development env is using a ton of disk space and super slow

2018-03-25 Thread Alexander Joseph
It was Malwarebytes. I had both installed concurrently before but apparently they dont work well together now. I uninistalled Malwarebytes and its working fine now On Sunday, March 25, 2018 at 7:36:19 AM UTC-6, Alexander Joseph wrote: > > I recently setup a django development envir

django development env is using a ton of disk space and super slow

2018-03-25 Thread Alexander Joseph
I recently setup a django development environment at home on Windows the same way I've done 100 times and for some reason it is ridiculously slow and uses close to 100% of the disk space when I run the server in the command line. I dont know what could be causing it. Has anyone else had

django development test suite fail

2018-03-13 Thread cheulheeyoo
Hi, I am new to django contribution and I followed instructions on how to contribute guideline but I am stuck on one issue. I ran the test stream like shown in the tutorial and keep getting failed status. Is this suppose to be normal? FAILED (failures=10, errors=1, skipped=856, expected

Re: Django development -

2018-01-29 Thread Matemática A3K
On Thu, Jan 25, 2018 at 10:27 AM, Matt wrote: > Hi all, > > First time poster - so hi! & hope I'm asking things here in the right > way. I've used django, on and off, for a while for personal little > projects, and found it fun to use. But I'm, no pro, and its not my day

Django development -

2018-01-25 Thread Matt
Hi all, First time poster - so hi! & hope I'm asking things here in the right way. I've used django, on and off, for a while for personal little projects, and found it fun to use. But I'm, no pro, and its not my day job. Now I've started a project locally, which I'd like to flesh out, make

Re: Django Development server inaccessible from the browser

2017-11-24 Thread Dylan Reinhold
Is your development server the same machine you are running your browser from? If not you don't want to use localhost, you need to user the IP/domain name of the development server. What is the error you get in the browser? Dylan On Fri, Nov 24, 2017 at 2:47 AM, Harish Oraon

Re: Django Development server inaccessible from the browser

2017-11-24 Thread Harish Oraon
This might be your settings, please confirm DEBUG=False ALLOWED_HOST = [] Try these two a) DEBUG = True ALLOWED_HOST = [] b) DEBUG = False ALLOWED_HOST = ['localhost', '127.0.0.1',] On Friday, 24 November 2017 15:42:22 UTC+5:30, ngn zone wrote: > > Hello all, > > I have a

Re: How to: Django development and debugging

2016-10-25 Thread Luis Zárate
2016-10-23 17:08 GMT-06:00 Don Thilaka Jayamanne : > @Luis Zárate > >I dislike VS as IDE but > Please remember, this is Visual Studio Code (cross platform, open source, > free) and not to be confused with Visual Sutdio IDE (full blown IDE runs > only on Windows) > Visual

Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
Hi , This Python Extension too supports the features you have mentioned. The difference is: - Visual Studio Code is more of a lightweight and cross platform alternative (completely open source - MIT licensed). Here are

Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
@Luis Zárate >I dislike VS as IDE but Please remember, this is Visual Studio Code (cross platform, open source, free) and not to be confused with Visual Sutdio IDE (full blown IDE runs only on Windows) Visual Studio Code >great if you want to support Django

Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
@Derek, yes VS Code Editor is available on Linux platforms. Have a look here: https://code.visualstudio.com/Download On Monday, 24 October 2016 00:20:26 UTC+11, Derek wrote: > > Is VS Code Editor available on Linux platforms? > > On Friday, 21 October 2016 02:30:45 UTC+2, Don Thilaka Jayamanne

Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
@Luis Zárate >I dislike VS as IDE but Any particular reason for this? >great if you want to support Django there Django is supported today (including template debugging). Right now i'm looking at the need for debugging with auto-reload. On Mon, Oct 24, 2016 at 3:38 AM, Luis Zárate

Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
@Derek, yes VS Code Editor is available on Linux platforms. Have a look here: https://code.visualstudio.com/Download On Mon, Oct 24, 2016 at 12:20 AM, Derek wrote: > Is VS Code Editor available on Linux platforms? > > On Friday, 21 October 2016 02:30:45 UTC+2, Don Thilaka

Re: How to: Django development and debugging

2016-10-23 Thread Luis Zárate
I rarelly debug code with django, with external utility, just trace stack when errors appears, buy when I need it I use pydev over Aptana, it has heap monitor, breakpoints, step by step run and other debugger functions. One important thing is that I need to say to pydev that run django with

Re: How to: Django development and debugging

2016-10-23 Thread Derek
Is VS Code Editor available on Linux platforms? On Friday, 21 October 2016 02:30:45 UTC+2, Don Thilaka Jayamanne wrote: > > Hi Everyone, I'm the author of a Python plugin for the VS Code editor ( > https://github.com/DonJayamanne/pythonVSCode). Basically it provides > intellisense, code

Re: How to: Django development and debugging

2016-10-23 Thread Don Thilaka Jayamanne
The debugger in python extension for VS Code is comparable to PyCharms debugger. In fact it supports all of the features you have mentioned. Please feel free to try it out: - https://marketplace.visualstudio.com/items?itemName=donjayamanne.python -

Re: How to: Django development and debugging

2016-10-22 Thread Mike Dewhirst
On Thursday, October 20, 2016 at 8:30:45 PM UTC-4, Don Thilaka Jayamanne wrote: Hi Everyone, I'm the author of a Python plugin for the VS Code editor (https://github.com/DonJayamanne/pythonVSCode ). Basically it provides

Re: How to: Django development and debugging

2016-10-21 Thread Muizudeen Kusimo
Hello Folks, PyCharm makes debugging Django (and other Python) applications very easy. Some of the features which are very helpful include: 1. Ability to choose specific Python Interpreter you want to run the code base against. Useful if you use virtualenv and need to test your code

Re: How to: Django development and debugging

2016-10-20 Thread Antonis Christofides
> - Very rarely would they debug an application > - i.e. majority of the time they don't launch the application in debug mode By "debug mode" I guess you mean stepping into the code, stopping at breakpoints, etc. I wouldn't say I do it rarely, I do it quite often. I add "import ipdb;

How to: Django development and debugging

2016-10-20 Thread Don Thilaka Jayamanne
Hi Everyone, I'm the author of a Python plugin for the VS Code editor (https://github.com/DonJayamanne/pythonVSCode). Basically it provides intellisense, code navigation, debugging (django, multi threads, etc), data science and the like. When it comes to debugging django applications, today

Re: Django development in India

2016-02-14 Thread nerdfiles
Do you need front end development as well (JavaScript, CSS, HTML)? Are your models completed? Do you have migrations/fixtures? What version of Django? How many lines of code is in the project? Do you have wireframes or an application flow? Do you have documentation? What is the payment processor

Django development in India

2016-02-14 Thread PRASOON SHRIVASTAVA
Guys, I am looking for professionals to work on my social commerce platform on django framework. Need experienced professionals who can commit timely delivery. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Django Development Server and Chrome - autorefresh

2015-09-21 Thread Hari Mahadevan
Hi, I created a chrome extension that along with a custom django app automatically refreshes a Chrome browser page whenever the Django development server detects file change and reloads itself. I have been using this for a couple of months now and find it indispensable as I use VIM for Django

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2015-01-16 Thread Aaron C. de Bruyn
>>>> shot. Please help if anybody already resolved the same. >>>> >>>> >>>> <https://lh3.googleusercontent.com/-jIDRD7NFOo4/VLkiqW8wIxI/AT4/XvE62OCgbEo/s1600/django-error.png> >>>> >>>> >>>> -- Kamal >

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2015-01-16 Thread James Schneider
qW8wIxI/AT4/XvE62OCgbEo/s1600/django-error.png> >>> >>> >>> -- Kamal >>> >>> >>> >>> On Monday, August 27, 2012 at 1:23:23 PM UTC+5:30, nav wrote: >>>> >>>> Dear Folks, >>>> >>>> I am r

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2015-01-16 Thread KamalKanta Majhi
help if anybody already >> resolved the same. >> >> >> <https://lh3.googleusercontent.com/-jIDRD7NFOo4/VLkiqW8wIxI/AT4/XvE62OCgbEo/s1600/django-error.png> >> >> >> -- Kamal >> >> >> >> On Monday, August 27, 2012 at 1:

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2015-01-16 Thread C. Kirby
gt; > > On Monday, August 27, 2012 at 1:23:23 PM UTC+5:30, nav wrote: >> >> Dear Folks, >> >> I am running my django development server on 127.0.0.1:8000 and >> accessing this address from my web browser on the same machine. In the past >> few days I have fo

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2015-01-16 Thread KamalKanta Majhi
resolved the same. <https://lh3.googleusercontent.com/-jIDRD7NFOo4/VLkiqW8wIxI/AT4/XvE62OCgbEo/s1600/django-error.png> -- Kamal On Monday, August 27, 2012 at 1:23:23 PM UTC+5:30, nav wrote: > > Dear Folks, > > I am running my django development server on 127.0.0.1:

Re: Expected performance of the django development server?

2015-01-08 Thread Collin Anderson
Hi Richard, Like you've seen, the _number_ of queries often has a large effect on speed. Also, try comparing your page load time with and without debug toolbar enabled. I found that DDT is slow itself :). Collin On Monday, January 5, 2015 at 10:19:44 AM UTC-5, Richard Brockie wrote: > > Hi

Re: Expected performance of the django development server?

2015-01-05 Thread Richard Brockie
Hi Jani, That's a correct diagnosis. I knew Django was doing lazy loading, but didn't fully understand the implications. In my case I have a filtered and ordered queryset resulting in ~400 records. Upon processing in the template, each was prompting a database visit 3 times when outputting

Re: Expected performance of the django development server?

2015-01-05 Thread Vijay Khemlani
> > > Hello again, > > > > I'm to the point in my django development that I am beginning to use > > realistic amounts of test data. I'm using postgresql as the database > > server, with PyCharm as my IDE, everything in a virtualenv on an SSD on > an > > Ivy Bri

Re: Expected performance of the django development server?

2015-01-04 Thread Jani Tiainen
On Sun, 4 Jan 2015 20:41:58 -0800 (PST) Richard Brockie <richard.broc...@gmail.com> wrote: > Hello again, > > I'm to the point in my django development that I am beginning to use > realistic amounts of test data. I'm using postgresql as the database > server, with PyCharm

Re: Expected performance of the django development server?

2015-01-04 Thread Andrew Farrell
just focusing efforts elsewhere. > > On Sunday, January 4, 2015, Andrew Farrell <armorsmit...@gmail.com > <javascript:_e(%7B%7D,'cvml','armorsmit...@gmail.com');>> wrote: > >> The django development server is slow by intentional neglect; It isn't >> supposed to b

Re: Expected performance of the django development server?

2015-01-04 Thread Andrew Farrell
To clarify: I'm not a django core dev and by "neglect" I don't mean that anyone is being neglectful, just focusing efforts elsewhere. On Sunday, January 4, 2015, Andrew Farrell <armorsmit...@gmail.com> wrote: > The django development server is slow by intentional neglect;

Re: Expected performance of the django development server?

2015-01-04 Thread Andrew Farrell
The django development server is slow by intentional neglect; It isn't supposed to be used in production because the django team does not want to divide its focus by supporting a full-fledged web server that is performance-optimized and security-audited. They want to include a development server

Expected performance of the django development server?

2015-01-04 Thread Richard Brockie
Hello again, I'm to the point in my django development that I am beginning to use realistic amounts of test data. I'm using postgresql as the database server, with PyCharm as my IDE, everything in a virtualenv on an SSD on an Ivy Bridge Core i7 processor with 16 GB of RAM running Windows 7 64

Re: Django development server crash on syntactic or indent error after check

2014-12-07 Thread Mario De Frutos Dieguez
Thank you very much Collin, i will take a look knowing that its probably a bug :) El sábado, 6 de diciembre de 2014 18:33:34 UTC+1, Collin Anderson escribió: > > It happens if there's a SyntaxError in a models.py file. > > On Saturday, December 6, 2014 12:32:17 PM UTC-5, Collin Anderson wrote:

Re: Django development server crash on syntactic or indent error after check

2014-12-06 Thread Collin Anderson
It happens if there's a SyntaxError in a models.py file. On Saturday, December 6, 2014 12:32:17 PM UTC-5, Collin Anderson wrote: > > Hi, > > Yes, this happens to me frequently. It happens when editing models.py or > something imported by a models.py. It's on my mental dream list of things > to

Re: Django development server crash on syntactic or indent error after check

2014-12-06 Thread Collin Anderson
Hi, Yes, this happens to me frequently. It happens when editing models.py or something imported by a models.py. It's on my mental dream list of things to fix, but feel free to open a ticket about it if there's not one open already. Collin On Friday, December 5, 2014 2:00:01 AM UTC-5, Mario

Re: Django development server crash on syntactic or indent error after check

2014-12-04 Thread Mario De Frutos Dieguez
If i understand you correctly, when an error occur the server should not stop, instead of that it will print the error trace to let you correct the problem but in my case when an error occur the server show the trace and stop working or at least it returns to the shell. :S What i understand

Re: Django development server crash on syntactic or indent error after check

2014-12-04 Thread Mike Dewhirst
On 4/12/2014 7:58 PM, Mario De Frutos Dieguez wrote: First of all i want to say hi!, i'm new in the group :) I'm having a problem with the development server (a.k.a runserver). When i'm working in a file but i have an error (for example indent error or syntactic error) the server crash instead

Django development server crash on syntactic or indent error after check

2014-12-04 Thread Mario De Frutos Dieguez
First of all i want to say hi!, i'm new in the group :) I'm having a problem with the development server (a.k.a runserver). When i'm working in a file but i have an error (for example indent error or syntactic error) the server crash instead of report the error and keep running. I've been

Re: unable to access django development server on firefox/chrome

2013-10-14 Thread Tom Evans
On Sat, Oct 12, 2013 at 6:02 PM, gitrookie wrote: > hi > > I have just started to learn django. so I followed the instruction given in > the link below. I am using ubuntu 13.04 and using python 3.3.1 in a virtual > environment > >

Re: unable to access django development server on firefox/chrome

2013-10-12 Thread Kelvin Wong
You can also try this $ python manage.py runserver 0.0.0.0:8000 You can get your IP from ifconfig, open that in a browser (it might be 192.168.0.10, etc). You can test your site from another machine in this way K On Saturday, October 12, 2013 10:02:40 AM UTC-7, gitrookie wrote: > > hi > > I

Re: unable to access django development server on firefox/chrome

2013-10-12 Thread Vernon D. Cole
Also make sure your browser is not trying to use a proxy. 127.0.0.1 should be an exception on the proxy setting. -- 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

Re: unable to access django development server on firefox/chrome

2013-10-12 Thread Vernon D. Cole
That's exactly how I do it using Firefox on my Ubuntu 13.04 workstation. I see nothing wrong in your explanation. Are you trying to access it from the same computer that the development server is running on? If so, then check to see whether you have a firewall running on your workstation

unable to access django development server on firefox/chrome

2013-10-12 Thread gitrookie
hi I have just started to learn django. so I followed the instruction given in the link below. I am using ubuntu 13.04 and using python 3.3.1 in a virtual environment https://docs.djangoproject.com/en/1.5/intro/tutorial01/ I ran the following command *python manage.py runserver* it gave

Re: Django Development Server Root URL...

2013-08-06 Thread huw_at1
Thanks so much for this. Exactly what I needed. Works great and I've also discovered reverse_lazy() for use with my urls.py in cases such as the next_page variable for authentication. One issue I have found is when wanting to have urls with optional arguments. Overloading the view function

.vimrc file for django development

2013-07-10 Thread modhaffer rahmani
Anyone got a good .vimrc file for Django development under Linux?? -- 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...@google

Re: Django Development Server Root URL...

2013-06-04 Thread Sam Solomon
Daniel is correct. One more point though, there are cases where you may want to use the full url instead of just "/django_project/", in which case, you should use settings.BASE_URL or {{ request.get_host }}. To use either of those in the template, the template would need to be rendered with a

Re: Django Development Server Root URL...

2013-06-04 Thread Daniel Roseman
On Monday, 3 June 2013 15:50:21 UTC+1, huw_at1 wrote: > Hi there, I've run into an issue whereby on production my Django project > is accessed from a URL such as http://example.com/django_project/. Apache > is configured to host the code under this URL since I do not want the > entire site

Django Development Server Root URL...

2013-06-03 Thread huw_at1
Hi there, I've run into an issue whereby on production my Django project is accessed from a URL such as http://example.com/django_project/. Apache is configured to host the code under this URL since I do not want the entire site managed by the Django project. My problem is that when I run the

Re: Accessing django development server using internet

2013-05-11 Thread phil...@bailey.st
On 07/05/13 17:38, Kakar wrote: > I have my project in my pc, and on python manage.py runserver, i can view it > on my browser. But how to view from other computer or on the internet and not > locally?... How to make my pc a server to view it from over the internet? Plz > help me guyz! > I

Re: Accessing django development server using internet

2013-05-09 Thread Tim Chase
On 2013-05-09 09:21, Rafael E. Ferrero wrote: > you can do like Tim says if you want to share your project with > your local network if you want to share with the world then you are > talking about a "production" server. I personally would even be comfortable putting it online (non-local network)

Re: Accessing django development server using internet

2013-05-09 Thread Rafael E. Ferrero
you can do like Tim says if you want to share your project with your local network if you want to share with the world then you are talking about a "production" server. 2013/5/7 Kakar Arunachal Service > Sorry, i'm on win 7. > > > On Tue, May 7, 2013 at 9:30

Re: Accessing django development server from internet!

2013-05-07 Thread Kurtis Mullins
, m running it on > my laptop. Pls advise. > > > On Tue, May 7, 2013 at 11:10 PM, Nikolas Stevenson-Molnar < > nik.mol...@consbio.org> wrote: > >> Keep in mind that the Django development server is designed neither for >> security nor performance

Re: Accessing django development server from internet!

2013-05-07 Thread Nikolas Stevenson-Molnar
ar > <nik.mol...@consbio.org <mailto:nik.mol...@consbio.org>> wrote: > > Keep in mind that the Django development server is designed > neither for security nor performance, so under no circumstances > should you use it as a production server. With that said, ass

Re: Accessing django development server using internet

2013-05-07 Thread Kakar Arunachal Service
Sorry, i'm on win 7. On Tue, May 7, 2013 at 9:30 PM, Shawn Milochik wrote: > pip install gunicorn, then run python manage.py run_gunicorn instead of > runserver. > > Ensure that the port you're running your app on is being handled properly > by your Web server app (nginx or

Re: Accessing django development server from internet!

2013-05-07 Thread Thomas Augestad Weholt
arlier, getting your server on the Internet is not django-specific and should be asked/posted in a different forum. Thomas > > > On Tue, May 7, 2013 at 11:10 PM, Nikolas Stevenson-Molnar > <nik.mol...@consbio.org> wrote: > Keep in mind that the Django development server

Re: Accessing django development server from internet!

2013-05-07 Thread Kakar Arunachal Service
Thank you for your reply! But coud you pls explain in detail how to make it available over the internet. And i dont have a router, m running it on my laptop. Pls advise. On Tue, May 7, 2013 at 11:10 PM, Nikolas Stevenson-Molnar < nik.mol...@consbio.org> wrote: > Keep in mind that t

Re: Accessing django development server from internet!

2013-05-07 Thread Nikolas Stevenson-Molnar
Keep in mind that the Django development server is designed neither for security nor performance, so under no circumstances should you use it as a production server. With that said, assuming you're using this for//development purposes, change your manage.py runserver command to bind to the address

Re: Accessing django development server using internet

2013-05-07 Thread Shawn Milochik
pip install gunicorn, then run python manage.py run_gunicorn instead of runserver. Ensure that the port you're running your app on is being handled properly by your Web server app (nginx or Apache). This means that hits to your URL hit the Web server and are being directed internally at your

Re: Accessing django development server using internet

2013-05-07 Thread Tim Chase
On 2013-05-07 08:38, Kakar wrote: > I have my project in my pc, and on python manage.py runserver, i > can view it on my browser. But how to view from other computer or > on the internet and not locally?... How to make my pc a server to > view it from over the internet? While it's not generally

Accessing django development server from internet!

2013-05-07 Thread Kakar
I have my project in my pc, and on python manage.py runserver, i can view it on my browser. But how to view from other computer or on the internet and not locally?... How to make my pc a server to view it from over the internet? Plz help me guyz! -- You received this message because you are

Accessing django development server using internet

2013-05-07 Thread Kakar
I have my project in my pc, and on python manage.py runserver, i can view it on my browser. But how to view from other computer or on the internet and not locally?... How to make my pc a server to view it from over the internet? Plz help me guyz! -- You received this message because you are

Re: django development server timeout too quick

2013-04-26 Thread Chris Lawlor
Hadi, What is your SESSION_COOKIE_AGE set to? This setting controls session expiry. The default is 2 weeks. If you are not setting SESSION_COOKIE_AGE, check that your code is not calling request.session.set_expiry() anywhere. For light use, the default session backend (db) should meet your

Re: django development server timeout too quick

2013-04-25 Thread Siddharth Ghumre
Hi Hadi, I am using sessions.middleware.SessionIdleTimeout in my app which takes care of the session management https://pypi.python.org/pypi/django-session-idle-timeout/1.0.1 Its clean and easy way to handle session timeouts. -Siddharth On Wed, Apr 24, 2013 at 11:57 AM, Hadi Sunyoto

django development server timeout too quick

2013-04-24 Thread Hadi Sunyoto
The problem is like this: i am using django admin, and in several forms, it might take around 10-20 minutes to fill up. By the time save button is pressed, i am always redirected to login page. The question is: how can i make the timeout longer (or maybe last forever) I set the cache to file

Re: Using the Django development server for local subdomain development

2013-01-27 Thread Fabian Büchler
It's actually quite easy to test a subdomain setup with the run server and any web server like Apache or nginx. I'm commonly using nginx to do this, plus a few entries in my /etc/hosts file: 127.0.0.1 some.domain.localhost 127.0.0.1 other.domain.localhost And the nginx

Re: Using the Django development server for local subdomain development

2013-01-26 Thread Russell Keith-Magee
The best approach I've found is to use xip.io. xip.io is a service that is actually provided by the 37 Signals guys, but it works for any web project (not just Rails). I'll honour a good idea wherever it comes from. It's a DNS server with unusual behaviour: If you prepend an IP address to the

Using the Django development server for local subdomain development

2013-01-26 Thread Brian Dant
I'm trying to create a development environment that supports testing my subdomain configuration. I'll be using the django-subdomains package, which relies on the sites framework. *To make a local environment that supports this while using the Django built-in webserver, do I need to set up

Re: Django Development Model

2012-11-02 Thread Russell Keith-Magee
On Sat, Nov 3, 2012 at 7:58 AM, Smriti Patodi wrote: > Hello Dennis, > > Yes you are right..I am looking for how the Django effort itself is > managed by the developers and the Django community in general? > > I want to get more information on: > > - how Django team

Re: Django Development Model

2012-11-02 Thread Elena Williams
Smriti, If you're really interested from the "horse's mouth" -- I'd suggest googling DjangoCon and DjangoCon EU recordings (they are often on blip.tvbut the most recent ones were put up by youtube.com/jessenoller. Most DjangoCon have a core-team sit-down and/or fireside chat with BDFL/s and this

Re: Django Development Model

2012-11-02 Thread Smriti Patodi
Hello Dennis, Yes you are right..I am looking for how the Django effort itself is managed by the developers and the Django community in general? I want to get more information on: - how Django team gathers requirements for each release - how does the planning go on for each

Re: Django Development Model

2012-10-28 Thread Kurtis Mullins
Hey, I'm not sure there is a specific Project Management (which to me implies Software Engineering) style that people use with Django. In my experience, using agile methodologies work great; You can quickly prototype your idea and enhance your product as needed. The tutorial, as others have

Re: Django Development Model

2012-10-28 Thread Lachlan Musicman
On Mon, Oct 29, 2012 at 2:00 PM, Lachlan Musicman wrote: > On Mon, Oct 29, 2012 at 9:39 AM, Smriti Patodi wrote: >> I was wondering if there is some place where I can find documentation >> related to Django's Software Development process/model. > >

Re: Django Development Model

2012-10-28 Thread Lachlan Musicman
On Mon, Oct 29, 2012 at 9:39 AM, Smriti Patodi wrote: > Hi Everyone, > I am a MSIS student at Santa Clara University, CA. My team has chosen Django > to work on for our Software Project Management course. > I was wondering if there is some place where I can find

Django Development Model

2012-10-28 Thread Smriti Patodi
Hi Everyone, I am a MSIS student at Santa Clara University, CA. My team has chosen Django to work on for our Software Project Management course. I was wondering if there is some place where I can find documentation related to Django's Software Development process/model. Or if any of the

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2012-09-01 Thread Melvyn Sopacua
On 1-9-2012 9:31, nav wrote: > hank you for all your replies the reason why a localhost was prepending a > www in front was because of the PREPEND_WWW=True setting which was not > present before. Once this setting is commented out everything works as it > should. First of all, thanks for

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2012-09-01 Thread nav
gt; >HTH > > > > > > Jirka > > > -Original Message- > > > From: nav <navani...@gmail.com> > > > Sender: django...@googlegroups.com > > > Date: Mon, 27 Aug 2012 21:00:1

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2012-08-31 Thread Nandakumar Chandrasekhar
o: Django users<django...@googlegroups.com> > Reply-To: django...@googlegroups.com > Subject: Re: Django development running on 127.0.0.1:8000 <http://127.0.0.1:8000> not accessible from > same machine > > Hi Anton,

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2012-08-31 Thread Chris Lawlor
gmail.com> >> > Sender: django...@googlegroups.com >> > Date: Mon, 27 Aug 2012 21:00:12 >> > To: Django users<django...@googlegroups.com> >> > Reply-To: django...@googlegroups.com >> > Subject: Re: Django development running on 127.0.0.1:8000

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2012-08-31 Thread Chris Lawlor
> > From: nav <navani...@gmail.com > > > Sender: django...@googlegroups.com > > Date: Mon, 27 Aug 2012 21:00:12 > > To: Django users<django...@googlegroups.com > > > Reply-To: django...@googlegroups.com > > Subject: Re: Django development runnin

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2012-08-27 Thread Nandakumar Chandrasekhar
Sender: django-users@googlegroups.com Date: Mon, 27 Aug 2012 21:00:12 To: Django users<django-users@googlegroups.com> Reply-To: django-users@googlegroups.com Subject: Re: Django development running on 127.0.0.1:8000 not accessible from same machine Hi Anton, Thank you for your email. I ha

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2012-08-27 Thread jirka . vejrazka
-users@googlegroups.com Date: Mon, 27 Aug 2012 21:00:12 To: Django users<django-users@googlegroups.com> Reply-To: django-users@googlegroups.com Subject: Re: Django development running on 127.0.0.1:8000 not accessible from same machine Hi Anton, Thank you for your email. I have tried all of the

Re: Django development running on 127.0.0.1:8000 not accessible from same machine

2012-08-27 Thread nav
On Tuesday, August 28, 2012 9:30:39 AM UTC+5:30, nav wrote: > > Hi Anton, > > Thank you for your email. > > I have tried all of the methods you had suggested but to no avail. > > In all my years of Django development the localhost address has worked > flawlessly. I ha

  1   2   3   4   >