Python Forum
Eclipse Python We development Environment
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Eclipse Python We development Environment
#3
Since 3 and 4 don't seem to be questions, I'll address 1 and 2

1) from the command terminal, type "pip install django" (without the quotes) then press ENTER
2a) Go to the Postgresql website and download the version for Windows and follow the installation instructions https://www.postgresql.org/download/windows/
2b) No, you do not need a full fledged server for either django or Postgresql, in fact, django has a "mini-server" for development purposes.  If you plan on eventually running it on a real site, then you would want to use a proper server such as Apache or equivalent.  You can refer to django's documents on how to setup and use the Postgrsql (or other database).  According to the django docs, your also going to need the Psycopg module.  the Windows version can be acquired here http://www.lfd.uci.edu/~gohlke/pythonlibs/ (make sure you get the latest version and for your OS).

Good luck and don't hesitate to ask if you have further questions.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
RE: Eclipse Python We development Environment - by sparkz_alot - Feb-16-2017, 02:24 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation Debian 10 Buster Environment - Python 3.x (MariaDB 10.4.21) | Working Connector? BrandonKastning 9 4,642 Jan-04-2022, 08:27 PM
Last Post: BrandonKastning
  Python for Backend Development jayarora 1 2,061 Dec-25-2019, 10:16 AM
Last Post: ralhanashwarya
  GUI Development using python vajra11kumar 1 1,919 Nov-22-2019, 04:53 PM
Last Post: Larz60+
  which std library to use for web development in python srm 4 3,581 Nov-16-2019, 07:18 PM
Last Post: detelina
  Web development using Flask and Python kirito85 4 3,617 Jun-14-2019, 02:13 AM
Last Post: kirito85
  Python vs Go for Web Development jack_sparrow007 0 2,398 Dec-26-2018, 07:52 AM
Last Post: jack_sparrow007
  web development environment Ubuntu AhmadMWaddah 8 7,050 Aug-23-2017, 02:19 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020