onecoders / EasyRecharge

Easy Electricity Recharge Application
1 stars 1 forks source link

Django #6

Open onecoders opened 10 years ago

onecoders commented 10 years ago

https://github.com/onecoders/PythonBook/issues/11

onecoders commented 10 years ago

https://www.djangoproject.com/

https://docs.djangoproject.com/en/1.6/intro/tutorial01/ & https://docs.djangoproject.com/en/1.6/intro/tutorial02/ & https://docs.djangoproject.com/en/1.6/intro/tutorial03/ & https://docs.djangoproject.com/en/1.6/intro/tutorial04/ & https://docs.djangoproject.com/en/1.6/intro/tutorial05/ & https://docs.djangoproject.com/en/1.6/intro/tutorial06/

onecoders commented 10 years ago

Installing an official release manually Download the latest release from our download page.

Untar the downloaded file (e.g. tar xzvf Django-X.Y.tar.gz, where X.Y is the version number of the latest release). If you’re using Windows, you can download the command-line tool bsdtar to do this, or you can use a GUI-based tool such as 7-zip.

Change into the directory created in step 2 (e.g. cd Django-X.Y).

If you’re using Linux, Mac OS X or some other flavor of Unix, enter the command sudo python setup.py install at the shell prompt. If you’re using Windows, start a command shell with administrator privileges and run the command python setup.py install. This will install Django in your Python installation’s site-packages directory.

onecoders commented 10 years ago

How to install Django https://docs.djangoproject.com/en/1.6/topics/install/

onecoders commented 10 years ago

How to Install And Configure Apache In Ubuntu http://www.maketecheasier.com/install-and-configure-apache-in-ubuntu/