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

Re: Django Development environment

2012-02-04 Thread CLIFFORD ILKAY
On 02/04/2012 09:48 AM, Vikas Ruhil wrote: If you used Pydev and Textmate , eclipse for Django ! so now You forget them [snip] I used to have a strong bias against PyDev because it was based on Eclipse, something which I used to view as another bloated piece of Java software. I read a blog

Re: Django Development environment

2012-02-04 Thread Vikas Ruhil
If you used Pydev and Textmate , eclipse for Django ! so now You forget them My environment is Ubuntu+vim+Virutalenv+firefox(with vim) +Firebug. I bully on vim , also proof that is better then the Textmate and Pydev that is here

Re: Django Development environment

2011-08-31 Thread Jani Tiainen
On 08/31/2011 01:46 PM, graeme wrote: On Aug 31, 1:16 pm, Jani Tiainen wrote: On 08/28/2011 12:31 PM, Simon Connah wrote: On 28 Aug 2011, at 04:41, Sam Walters wrote: Debug client-side: firebug, yslow, a windows computer with ie7 Rather than using a separate

Re: Django Development environment

2011-08-31 Thread graeme
I am only supposed to be developing part time (mostly my own sites, occasionally a client), so my choices may not suit everyone (compromises with other needs, and have to be easy to learn). Linux Mint Debian Edition zsh (better history search reduces typing of various manage.py commands etc.)

Re: Django Development environment

2011-08-31 Thread graeme
On Aug 31, 1:16 pm, Jani Tiainen wrote: > On 08/28/2011 12:31 PM, Simon Connah wrote: > > > > > On 28 Aug 2011, at 04:41, Sam Walters wrote: > > >> Debug client-side: > >> firebug, yslow, a windows computer with ie7 > > > Rather than using a separate computer with IE 7 I tend

Re: Django Development environment

2011-08-31 Thread Jani Tiainen
On 08/28/2011 12:31 PM, Simon Connah wrote: On 28 Aug 2011, at 04:41, Sam Walters wrote: Debug client-side: firebug, yslow, a windows computer with ie7 Rather than using a separate computer with IE 7 I tend to just spin up an Amazon EC2 instance running Windows Server 2003 or Windows

Re: Django Development environment

2011-08-30 Thread Bastian Ballmann
Arch Linux, GNU/Emacs with emacs-for-python extension, pylint, virtualenv, fabric, pudb, winpdb and firebug, postgresql, django-extensions, git Am 23.08.2011 00:07, schrieb Stephen Jackson: I am new to the world of Django. I would like to hear from other django developers describe their dev

Re: Django Development environment

2011-08-28 Thread Sam Walters
Ok :) Thankyou. Yes ill try something like that when i have the time later this year! On Sun, Aug 28, 2011 at 7:31 PM, Simon Connah wrote: > > On 28 Aug 2011, at 04:41, Sam Walters wrote: > >> Debug client-side: >> firebug, yslow, a windows computer with ie7 > >

Re: Django Development environment

2011-08-28 Thread Seth
On Aug 22, 3:07 pm, Stephen Jackson wrote: > I am new to the world of Django. I would like to hear from other django > developers describe their dev environment (tools, os, editors, etc.). OS: Mac OS X (Snow Leopard) Editor: TextMate with ProjectPlus plugin,

Re: Django Development environment

2011-08-28 Thread kenneth gonsalves
On Fri, 2011-08-26 at 23:44 -0400, Steven Elliott Jr wrote: > > On Fri, 2011-08-26 at 15:07 +0100, Simon Connah wrote: > >> Mercurial or Git (depends on whether the project is open source or > not) > > Kenneth, > > I think he means whether or not the repository will be public or > private.

Re: Django Development environment

2011-08-28 Thread Simon Connah
On 28 Aug 2011, at 04:41, Sam Walters wrote: > Debug client-side: > firebug, yslow, a windows computer with ie7 Rather than using a separate computer with IE 7 I tend to just spin up an Amazon EC2 instance running Windows Server 2003 or Windows Server 2008 for a couple of hours. It makes

Re: Django Development environment

2011-08-27 Thread Sam Walters
Ok lets see. At the moment: Editor: vim + http://code.google.com/p/trespams-vim/ sometimes gedit or kate Editor console *this has been really useful: yakuake Debug client-side: firebug, yslow, a windows computer with ie7 Version system: git OS: develop on apto-sid (debian unstable), deploy on

Re: Django Development environment

2011-08-27 Thread Steven Elliott Jr
On Aug 27, 2011, at 11:17 AM, Simon Connah wrote: > > On 27 Aug 2011, at 04:44, Steven Elliott Jr wrote: > >>> On Fri, 2011-08-26 at 15:07 +0100, Simon Connah wrote: Mercurial or Git (depends on whether the project is open source or not) >> >> Kenneth, >> >>

Re: Django Development environment

2011-08-27 Thread Simon Connah
On 27 Aug 2011, at 04:44, Steven Elliott Jr wrote: >> On Fri, 2011-08-26 at 15:07 +0100, Simon Connah wrote: >>> Mercurial or Git (depends on whether the project is open source or not) > > Kenneth, > > I think he means whether or not the repository will be public or private. > Github (git)

Re: Django Development environment

2011-08-27 Thread Dan He
Mine is: WinXP Eclipse+PyDev MySQL Selenium Firebug chrome+firefox On Sat, Aug 27, 2011 at 10:11 AM, kenneth gonsalves wrote: > On Fri, 2011-08-26 at 15:07 +0100, Simon Connah wrote: > > Mercurial or Git (depends on whether the project is open source or > > not) > >

Re: Django Development environment

2011-08-27 Thread Steven Elliott Jr
> On Fri, 2011-08-26 at 15:07 +0100, Simon Connah wrote: >> Mercurial or Git (depends on whether the project is open source or not) Kenneth, I think he means whether or not the repository will be public or private. Github (git) does not offer private repos unless you pay whereas bitbucket

Re: Django Development environment

2011-08-27 Thread Marc Aymerich
On Tue, Aug 23, 2011 at 12:07 AM, Stephen Jackson wrote: > I am new to the world of Django. I would like to hear from other django > developers describe their dev environment (tools, os, editors, etc.). Ubuntu + chroot with debian squeeze installed via debootstrap

Re: Django Development environment

2011-08-26 Thread kenneth gonsalves
On Fri, 2011-08-26 at 15:07 +0100, Simon Connah wrote: > Mercurial or Git (depends on whether the project is open source or > not) Could you elaborate please. -- regards Kenneth Gonsalves -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Django Development environment

2011-08-26 Thread Simon Connah
Mac OS X (soon to switch to Arch Linux). Vim and numerous plugins. SQLite for local database testing during development Virtualenv Mercurial or Git (depends on whether the project is open source or not) Navicat South Selenium Firebug -- You received this message because you are subscribed to the

Re: Django Development environment

2011-08-25 Thread Steven Elliott Jr
> Am 23.08.2011 00:07, schrieb Stephen Jackson: >> I am new to the world of Django. I would like to hear from other django >> developers describe their dev environment (tools, os, editors, etc.). Mac OS X Lion PyCharm and TextMate with Python competion and Django bundles Mysql & MongoDB South

Re: Django Development environment

2011-08-25 Thread Dan Gentry
Ubuntu, Eclipse with PyDev, virtualenv, pip, django debug toolbar, Chrome, and lots of hot chocolate :) On Aug 22, 6:07 pm, Stephen Jackson wrote: > I am new to the world of Django. I would like to hear from other django > developers describe their dev environment

Re: Django Development environment

2011-08-25 Thread Thomas Guettler
Am 23.08.2011 00:07, schrieb Stephen Jackson: > I am new to the world of Django. I would like to hear from other django > developers describe their dev environment (tools, os, editors, etc.). OS: SuSE or Ubuntu Linux Editor: emacs Shell: bash DB: PostgreSQL APPs: south, reversion Django Version:

Re: Django Development environment

2011-08-25 Thread Marcos Moyano
Dev. Arch Linux, python2.7, django-1.3, virtualenv, postgresql (if possible), south, django-extensions, Emacs Dep. Ubuntu Server, fabric, Nginx, supervisord, uwsgi Rgds, Marcos On Mon, Aug 22, 2011 at 7:07 PM, Stephen Jackson < jackson.stephe...@gmail.com> wrote: > I am new to the world of

Re: Django Development environment

2011-08-25 Thread chandrakant kumar
On 8/24/11, cihan okyay wrote: > 2011/8/23 Stephen Jackson > >> I am new to the world of Django. I would like to hear from other django >> developers describe their dev environment (tools, os, editors, etc.). Slackware, Emacs, MySQL, south,

Re: Django Development environment

2011-08-24 Thread cihan okyay
2011/8/23 Stephen Jackson > I am new to the world of Django. I would like to hear from other django > developers describe their dev environment (tools, os, editors, etc.). OS: Mac OSX Development: TextMate, VIM, virtualenv, pip, south Deployment: Ubuntu, apache,

Re: Django Development environment

2011-08-24 Thread Praveen Krishna R
On Windows Notepad++, django development server, sqlite3, south On Ubuntu Vim, MySQL, south, virtualenv -- Thanks and Regards, *Praveen Krishna R* -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Django Development environment

2011-08-23 Thread Matt Schinckel
OS: - Mac OS X (Lion / Snow Leopard, depending on machine). Editor: - Formerly TextMate, now BBEdit Database: - Postgres installed locally General (python/os) tools: - virtualenv, pip, fabric, mercurial, git (for -e installation of dev versions on github) Server tools: - memcached, Werkzeug

Re: Django Development environment

2011-08-23 Thread Mike Seidle
On Monday, August 22, 2011 06:07:24 PM Stephen Jackson wrote: > I am new to the world of Django. I would like to hear from other django > developers describe their dev environment (tools, os, editors, etc.). Dev: Kubuntu (Natty), Emacs (sometimes Aptana), git, Cherokee (web server), MySQL

Re: Django Development environment

2011-08-23 Thread Pavlo Kapyshin
Xmonad, emacs, vim, git, darcs, nginx, supervisord, misultin, mochiweb, haskell, bash, zsh, httperf, rabbitmq, zeromq. Things I use for Django-specific development: ipdb, rdb, ipython, private forks of third-party Django apps, virtualenv and pip. I don’t use automatic database migration tools,

Re: Django Development environment

2011-08-23 Thread Thorsten Sanders
IDE: PyCharm (its for python with django support,not free but love it and not to expensive) Database: mysql/postgresql Standard apps: south (really a must have to apply database changes easy) debug_toolbar Am 23.08.2011 14:47, schrieb Yas,ar Arabac?: Development setup (when on my own

Re: Django Development environment

2011-08-23 Thread Yaşar Arabacı
Development setup (when on my own comp.): arch linux, vim or leafpad, sqlite, django development server Development setup (when on my brothers comp): cygwin, notepad++, sqlite, django development server (both inside and outside of cygwin to make sure everything is same.) Deployment: ubuntu

Re: Django Development environment

2011-08-23 Thread Andre Terra
Aptana (aka Eclipse/Pydev) for no reason other than hyperlinks in the code Vim/Notepad++ on occasion virtualenv, git, pip, ack (grep on steroids) nginx (proudly compiled from source with custom modules!) ubuntu 10.04 (will only upgrade to LTS releases) or windows xp. All of these tools are

Re: Django Development environment

2011-08-23 Thread Raul Alejandro Ascencio Trejo
Emacs (https://code.djangoproject.com/wiki/Emacs), Postgre... :| 2011/8/22 Mario Gudelj > Mac, sqlite, Eclipse with Pydev or AquaMacs, apache > > > On 23 August 2011 13:06, Jani Tiainen wrote: > >> Ubuntu or windows, eclipse with pydev, apache, nginx,

Re: Django Development environment

2011-08-22 Thread Mario Gudelj
Mac, sqlite, Eclipse with Pydev or AquaMacs, apache On 23 August 2011 13:06, Jani Tiainen wrote: > Ubuntu or windows, eclipse with pydev, apache, nginx, virtualenv and > Oracle. > > Stephen Jackson kirjoitti 23.8.2011 kello > 1.07: > > I am new

Re: Django Development environment

2011-08-22 Thread Jani Tiainen
Ubuntu or windows, eclipse with pydev, apache, nginx, virtualenv and Oracle. Stephen Jackson kirjoitti 23.8.2011 kello 1.07: > I am new to the world of Django. I would like to hear from other django > developers describe their dev environment (tools, os, editors,

Re: Django Development environment

2011-08-22 Thread Stephen Jackson
I'll reply to my own question. I started working with django about 4 months ago. I have three projects that I'm working on using django. *Editor* I've tried Aptana. I've tried Wing IDE and I am currently testing Pycharm. Ubuntu South MySql -- You received this message because you are

Re: Django Development environment

2011-08-22 Thread Greg Maruszeczka
On Mon, 22 Aug 2011 15:07:24 -0700 (PDT) Stephen Jackson wrote: > I am new to the world of Django. I would like to hear from other > django developers describe their dev environment (tools, os, editors, > etc.). > fedora, eclipse (pydev), mercurial, virtualenv,

Re: Django Development environment

2011-08-22 Thread Landy Chapman
-debian (squeeze) with a few KDE "testing" packages -jEdit with plugins: "Buffer List", "Editor Scheme", "Text Autocomplete" -Eterm, nano,git, qgit -postgresql, sqlite, nginx, apache2 I'd love to hear from people using Windows XP/VISTA/7, and Mac OS X -- You received this message because you

Re: Django Development environment

2011-08-22 Thread Cal Leeming [Simplicity Media Ltd]
uWSGI (this is an absolute MUST) supervisord nginx ddt (django debug toolbar) Komodo 6 (with modifications - see http://www.mail-archive.com/django-users@googlegroups.com/msg123666.html ) Debian lenny or squeeze under lxc/cgroups. winscp (for on-the-fly continuous directory sync from windows)

Re: Django Development environment

2011-08-22 Thread dm03514
Ubuntu, VIM, mercurial, DebugToolbar(sometimes) Sqlite3 for many projects. On Aug 22, 6:07 pm, Stephen Jackson wrote: > I am new to the world of Django. I would like to hear from other django > developers describe their dev environment (tools, os, editors, etc.). --

Re: Django Development environment

2011-08-22 Thread ozgur yilmaz
Windows XP and windows 7. Notepad++. Mysql. South. 2011/8/23 Shawn Milochik : > On 08/22/2011 06:07 PM, Stephen Jackson wrote: >> >> I am new to the world of Django. I would like to hear from other django >> developers describe their dev environment (tools, os, editors, etc.).

Re: Django Development environment

2011-08-22 Thread Matt Mansour
Howdy - Welcome. So far I like the following: Editors: PyCharm and VIM OS (Dev) OS X Tools: Django Debug ToolBar, South DB: Postgres I am looking forward to hearing what others are using as well. Matt On Mon, Aug 22, 2011 at 3:07 PM, Stephen Jackson wrote: > I am

Re: Django Development environment

2011-08-22 Thread Shawn Milochik
On 08/22/2011 06:07 PM, Stephen Jackson wrote: I am new to the world of Django. I would like to hear from other django developers describe their dev environment (tools, os, editors, etc.). Ubuntu, virtualenv, Komodo Edit, vim, git Must-haves: Development: South,

Django Development environment

2011-08-22 Thread Stephen Jackson
I am new to the world of Django. I would like to hear from other django developers describe their dev environment (tools, os, editors, etc.). -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit

Re: Cannot display images - need help with settings for development environment

2009-08-22 Thread robinne
I figured it out: #MEDIA_URL = 'http://localhost:8000/testproject/site_media/' MEDIA_URL = '/site_media/' On Aug 22, 8:57 am, robinne <develo...@computer-shoppe.net> wrote: > I'm new to Django and I cannot seem to get all the settings correct to > allow me to view images in the

Cannot display images - need help with settings for development environment

2009-08-22 Thread robinne
I'm new to Django and I cannot seem to get all the settings correct to allow me to view images in the development environment. Here is what I know (I'm developing on Vista): For internal server to serve images, you have to configure django settings, so here is what I've done. [My actual path

How to specify site's domain dynamically in development environment

2009-08-05 Thread Margie
My app needs to create a public url for its objects in order to send that out via email. My code does this by prefixing site.domain to the relative portion of the url. When working in my development environment (using runserver), the machine I am running the server on frequently changes. I

Re: Does 1and1 Hosting provide Django prerequisites? [was: installing a development environment on a 1and1.com shared hosting.]

2009-04-22 Thread tom
There is a good page about django hosting in the docs: http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts On Apr 22, 2:17 am, CLIFFORD ILKAY wrote: > On 21/04/09 06:52 PM, online service wrote: > > > I have problem to install mod_python to 1and1 dedicated

Re: Does 1and1 Hosting provide Django prerequisites? [was: installing a development environment on a 1and1.com shared hosting.]

2009-04-22 Thread Didine
Hello, I'm not assuming anything ! I just ask a question for those who already tried to install it. I already had an answer. -- Didine Wayde. On Wed, Apr 22, 2009 at 12:45 AM, Phil Mocek < pmocek-list-django-us...@mocek.org> wrote: > > On Tue, Apr 21, 2009 at 11:16:06PM +0200, Didine wrote: >

Re: installing a development environment on a 1and1.com shared hosting.

2009-04-22 Thread Didine
Hello Graham, Thanks for your answer. It seems that the problem occurred on a 1and1 VPS server. I just have a shared hosting plan with an ssh access, but I don't think that installing apache modules will be allowed. Anyway, I'll try to get in touch with their support team to see if they can help.

Re: Does 1and1 Hosting provide Django prerequisites? [was: installing a development environment on a 1and1.com shared hosting.]

2009-04-21 Thread CLIFFORD ILKAY
On 21/04/09 06:52 PM, online service wrote: > I have problem to install mod_python to 1and1 dedicated server (Apache > Portable Runtime headrer files are missing). > > apache info: > > Server version: Apache/2.2.3 > Server built: Sep 11 2006 09:43:18 > > OS info : Fedora Core 6 with

Re: Does 1and1 Hosting provide Django prerequisites? [was: installing a development environment on a 1and1.com shared hosting.]

2009-04-21 Thread online service
I have problem to install mod_python to 1and1 dedicated server (Apache Portable Runtime headrer files are missing). apache info: Server version: Apache/2.2.3 Server built: Sep 11 2006 09:43:18 OS info : Fedora Core 6 with Plesk 8.1 (64-bit) On Tue, Apr 21, 2009 at 3:45 PM, Phil

Does 1and1 Hosting provide Django prerequisites? [was: installing a development environment on a 1and1.com shared hosting.]

2009-04-21 Thread Phil Mocek
On Tue, Apr 21, 2009 at 11:16:06PM +0200, Didine wrote: > Is there any way to install & deploy a django application on a > 1and1.comshared hosting ? By asking this question, you seem to assume that subscribers to the django-users list are already aware of how this service in which you have

Re: installing a development environment on a 1and1.com shared hosting.

2009-04-21 Thread Graham Dumpleton
On Apr 22, 7:16 am, Didine wrote: > Hello, > > Is there any way to install & deploy a django application on a > 1and1.comshared hosting ? > Thanks for you help. What type of plans do they offer and what are you trying to use? There is currently a discussion going on on

installing a development environment on a 1and1.com shared hosting.

2009-04-21 Thread Didine
Hello, Is there any way to install & deploy a django application on a 1and1.comshared hosting ? Thanks for you help. Best regards, -- Didine Wayde. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: Access production database via development environment

2009-01-20 Thread felix
On Tue, Jan 20, 2009 at 9:19 PM, jeffhg58 <jeffh...@comcast.net> wrote: > > I was wondering if anyone has been able to access their production > environment via the development environment. Because of the amount of > data on the production environment, it would be advantageous to

Access production database via development environment

2009-01-20 Thread jeffhg58
I was wondering if anyone has been able to access their production environment via the development environment. Because of the amount of data on the production environment, it would be advantageous to be able to just connect to the production database for query purposes. P.S. I tried modifying

Re: Django development environment (newbie)

2008-10-17 Thread bruno desthuilliers
On 16 oct, 21:49, Trastabuga <[EMAIL PROTECTED]> wrote: > Can I combine it with Apache so I can serve my static and index.html > with Apache and the rest with django-admin.py server? The builtin server is *not* intented for production use. --~--~-~--~~~---~--~~

Re: Django development environment (newbie)

2008-10-17 Thread bruno desthuilliers
On 16 oct, 23:00, "Hernan Olivera" <[EMAIL PROTECTED]> wrote: > > Can I combine it with Apache so I can serve my static and index.html > > with Apache and the rest with django-admin.py server? > > There is a very single configuration option in apache that > auto-reloads code too, in django

Re: Django development environment (newbie)

2008-10-16 Thread Jeff Anderson
view when running the Django development environment, and turning that off in a production environment. Jeff Anderson signature.asc Description: OpenPGP digital signature

Re: Django development environment (newbie)

2008-10-16 Thread Hernan Olivera
> Can I combine it with Apache so I can serve my static and index.html > with Apache and the rest with django-admin.py server? There is a very single configuration option in apache that auto-reloads code too, in django documentation. -- Hernan Olivera

Re: Django development environment (newbie)

2008-10-16 Thread Trastabuga
Can I combine it with Apache so I can serve my static and index.html with Apache and the rest with django-admin.py server? Thank you, Andrew On Oct 16, 3:10 pm, "Ronaldo Zacarias Afonso" <[EMAIL PROTECTED]> wrote: > You can use django-admin.py runserver. Maybe it uses a different > approach,

Re: Django development environment (newbie)

2008-10-16 Thread Ronaldo Zacarias Afonso
You can use django-admin.py runserver. Maybe it uses a different approach, but in a nutshell, it's a web server that you can use to develop your django applications and it does what you want (You don't have to reboot the server every time you do a change in your apps). []s Ronaldo. On Thu,

Re: Django development environment (newbie)

2008-10-16 Thread bruno desthuilliers
On 16 oct, 20:26, Trastabuga <[EMAIL PROTECTED]> wrote: > Hi (snip background) > Basically the question is: "Can I connect to remote Python process > which handles http requests and add/modify functions there without > reloading the server?" Short answer : no. Anyway, on-the-fly editing of

Django development environment (newbie)

2008-10-16 Thread Trastabuga
Hi I am used to Emacs/Slime/Lisp running under detachtty so I can connect to the remote lisp image using Emacs/Slime and do my development in this environment. I'd like to give Python/Django a try, so I'd like to know is it possible to emulate a similar environment? Basically the question is:

Re: development environment versus production environment

2008-09-19 Thread Eric Schmitt
thank you! On Sep 18, 2:03 pm, "R. Gorman" <[EMAIL PROTECTED]> wrote: > As you guessed, the abstraction layer can take care of *most* code. > Because it is possible to write custom SQL commands it would be > possible to have code not compatible with all database types.  Beyond > that exception

Re: development environment versus production environment

2008-09-18 Thread R. Gorman
As you guessed, the abstraction layer can take care of *most* code. Because it is possible to write custom SQL commands it would be possible to have code not compatible with all database types. Beyond that exception though, you should be fine. R.

development environment versus production environment

2008-09-18 Thread Eric Schmitt
Does using the database in the quick install have any affect on how you code, if you plan to deploy in an Apache mod_python configuration? What I mean is, if i wanted to develop on my laptop using the quick install setup and then deploy using an Apache mod_python configuration for speed on my

Re: Development environment

2008-06-26 Thread Michael Wieher
I prefer command line, vi its always the same, no matter if you ssh, log on locally, connect via sat-modem On Thu, Jun 26, 2008 at 7:39 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I use kubuntu+kate, and I just use a terminal for running code and > such. > > >

Re: Development environment

2008-06-26 Thread [EMAIL PROTECTED]
I use kubuntu+kate, and I just use a terminal for running code and such. --~--~-~--~~~---~--~~ 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

Re: Development environment

2008-06-26 Thread Alex Robbins
Hey, my background was in windows too, but... If you are doing work that will ever require you to log in to remote boxes using ssh, you might as well bite the bullet and learn VIM or emacs. (My vote is for vim, but I don't want to start that war.) That way your favorite editor will already live

Re: Development environment

2008-06-26 Thread Ian Lawrence
Hi, >> I'm currently learning django on Ubuntu, but my background is Windows, >> so I'm not a VIM kind of guy. What kind of IDE do you guys use or >> recommend? I use eric4 IDE on ubuntu with the Project Django plugin enabled (sudo apt-get install eric4) Ian -- http://ianlawrence.info

Re: Development environment

2008-06-26 Thread bruno desthuilliers
On 25 juin, 23:17, Fernando Rodríguez <[EMAIL PROTECTED]> wrote: > Hi, > > I'm currently learning django on Ubuntu, but my background is Windows, > so I'm not a VIM kind of guy. What kind of IDE do you guys use or > recommend? emacs + ecb + python-mode + nxhtml-mode + javascript-mode + css-mode

Re: Development environment

2008-06-25 Thread chris vigelius
Am Mittwoch, 25. Juni 2008 23:17:37 schrieb Fernando Rodríguez: > Hi, > > I'm currently learning django on Ubuntu, but my background is Windows, > so I'm not a VIM kind of guy. What kind of IDE do you guys use or > recommend? > > Thanks in advance. Eclipse + Pydev + Aptana (for

Re: Development environment

2008-06-25 Thread Gonzalo Delgado
El Wed, 25 Jun 2008 23:17:37 +0200 Fernando Rodríguez <[EMAIL PROTECTED]> escribió: > > Hi, > > I'm currently learning django on Ubuntu, but my background is Windows, > so I'm not a VIM kind of guy. What kind of IDE do you guys use or > recommend? > > Thanks in advance. > > I used

Re: Development environment

2008-06-25 Thread Antoni Aloy
2008/6/25 ristretto. rb <[EMAIL PROTECTED]>: > > If you like syntax colors and code intelligence features, try Komodo or > WingIDE > > If you know django and python really well perhaps vi is worth a look I used to work with Eclipse + PyDev, but on my computer, a 3 years old G5 2x2 GHz, 1 Gb RAM,

Re: Development environment

2008-06-25 Thread ristretto . rb
If you like syntax colors and code intelligence features, try Komodo or WingIDE If you know django and python really well perhaps vi is worth a look If you have a favorite text editor, you might be able to build a suitable development editor by change preferences, and adding plugins. I'm

Re: Development environment

2008-06-25 Thread phillc
emacs does me well. On Jun 25, 5:23 pm, Juanjo Conti <[EMAIL PROTECTED]> wrote: > Fernando Rodríguez escribió: > > > Hi, > > > I'm currently learning django on Ubuntu, but my background is Windows, > > so I'm not a VIM kind of guy. What kind of IDE do you guys use or > > recommend? > > I use

Re: Development environment

2008-06-25 Thread Juanjo Conti
Fernando Rodríguez escribió: > Hi, > > I'm currently learning django on Ubuntu, but my background is Windows, > so I'm not a VIM kind of guy. What kind of IDE do you guys use or > recommend? > I use kate, it has python sintax highlighter and a very nice feature that guess the next word I am

Development environment

2008-06-25 Thread Fernando Rodríguez
Hi, I'm currently learning django on Ubuntu, but my background is Windows, so I'm not a VIM kind of guy. What kind of IDE do you guys use or recommend? Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: Getting development environment configured

2008-02-08 Thread Brandon Taylor
Hi, That doesn't seem to want to work for me. Since I've been able to get mod_python to run my pages, I'm halfway there. Now I just can't get images to show up in my pages. My website directory structure is: /website1 /public /images /__init__.py, urls.py, views.py, etc If I'm

Re: Getting development environment configured

2008-02-08 Thread Narso
Hi. I just (for development server) use the command lines option: python manage.py runserver --adminmedia=/home/user ... /mysite/public --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: Getting development environment configured

2008-02-08 Thread Brandon Taylor
to the settings file via the > > > Python import syntax: > > > > SetEnv DJANGO_SETTINGS_MODULE mysite.settings > > > > mod_python would find the settings.py file because it would be in the > > > 'mysite' directory. > > > > > When I start up

Re: Getting development environment configured

2008-02-08 Thread Adam Stein
home_page.html template will render, but no images, no css, etc. > > > > > How can I: > > > > > 1. Tell the development server what the root of the website is. > > > 2. Where my images, css and javascript files are. > > > > > I have put: (r'^public/../(?

Re: Getting development environment configured

2008-02-08 Thread Brandon Taylor
ver, my > > home_page.html template will render, but no images, no css, etc. > > > How can I: > > > 1. Tell the development server what the root of the website is. > > 2. Where my images, css and javascript files are. > > > I have put: (r'^public/../(?P.*)$', 'django.views.

Getting development environment configured

2008-02-08 Thread Brandon Taylor
Hello everyone. I'm sure this question has been asked a million times, but I'm going to ask it again, because I'm starting to get *really* frustrated with trying to get Django up and running. I would like to use the built-in development server, as getting mod_python and Apache configured is

Re: Static files in development environment

2007-12-22 Thread pinco
f learning for every django newbie like me. On 22 Dic, 22:37, Empty <[EMAIL PROTECTED]> wrote: > > I'm having some problems to serve static files in the development > > environment. > > First, have you read > this:http://www.djangoproject.com/documentation/static_fi

Static files in development environment

2007-12-22 Thread pinco
Hi, I'm having some problems to serve static files in the development environment. The directory that actually contains the static files under OSX is: /Users/paolo/Sites/SF06/sensationalfly/media/ I modified the settings.py MEDIA_ROOT parameter to: MEDIA_ROOT = '/Users/paolo/Sites/SF06

Re: Migrating my development environment to Django

2006-08-27 Thread Matthias Kestenholz
* Ivan Sagalaev ([EMAIL PROTECTED]) wrote: > Matthias Kestenholz wrote: > > * How can I create a new FormField? Where can I specify which > > FormField to use for a DB field? > > Inherit your class from django.forms.FormField and at the very least > override render() method. Other methods

Re: Migrating my development environment to Django

2006-08-26 Thread Ivan Sagalaev
Matthias Kestenholz wrote: > * How can I create a new FormField? Where can I specify which > FormField to use for a DB field? Inherit your class from django.forms.FormField and at the very least override render() method. Other methods that you might want to override depending on your field

Migrating my development environment to Django

2006-08-26 Thread Matthias Kestenholz
Hello everyone, I am currently trying to migrate away from PHP to my new favorite programming language for web development, Python. I've developed web RAD toolkit in PHP [1] but got tired of doing everything on my own. Django seemed like the best replacement. I immediately liked the DB Models,