-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (18 loc) · 777 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
####################################
# Script Name: Easy Install Django #
# Author: Moreno Cunha #
# Version 1.2 #
# @Ubuntu 11.04 Natty Narwhal #
# Django Version 1.2.5 final #
####################################
Hello everybody!
For most of people who wants to discovery Django Framework but don't have too much time to configure it or just want a quick start this script promises install, configure and run a Hello Word Django Project.
Git Installation:
$ git clone [email protected]:morenopc/Easy-Django-Scripts.git
$ cd Easy-Django-Scripts
$ chmod 755 easy_install_django.sh
$ ./easy_install_django.sh
Finished! Easy isn't it?
More information:
http://www.easydjango.net/
https://github.com/morenopc/Easy-Django-Scripts