morenopc/Easy-Django-Scripts
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
#################################### # 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