Skip to content

Local Coding on Windows

nczempin edited this page Apr 23, 2013 · 2 revisions

Steps to get a local development environment working on Windows This is only an example, other setups are just as viable.

  • Python
  • An IDE (I use Eclipse PyDev)
  • Django
  • MySQL. For example, as part of XAMPP [http://www.apachefriends.org/en/xampp-windows.html].
  • Database dump: [http://static.aligulac.com/full.sql]
  • the settings.py file which should be in the same folder as urls.py, get it here (this one you will probably have to change a bit, specifically debug mode on)
Clone this wiki locally