Django Tutorial for Beginners – 1 – Installing Django

[ad_1]
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –


Posted

in

by

Tags:

Comments

22 responses to “Django Tutorial for Beginners – 1 – Installing Django”

  1. Soumik Roy Avatar

    Bucky, I have one question for you. How the heck do you know soooooo, many languages? You should be in GOOGLE or DEEP MIND!!

  2. The Spankles Avatar

    why you recording at 2:10 in the morning?

  3. tahirakhattak Avatar

    for Windows 7, type py –version to check python and its version…

  4. vamsi chowdary Avatar

    pip and virtualenv commands are not working ………..I am using updated Versions (2017)

  5. Hong Ly Avatar

    Thanks for this useful video!

  6. shriprad gaydole Avatar

    Sir i want to create an app to controll raspberry pi is it possible?

  7. Mahmoud Tokura Avatar

    This is why i love Buckys videos, most tutorials don't take the time to explain the little details.

  8. Saptarshi Biswas Avatar

    I have installed django in my system
    while running django-admin –version error msg is being returned
    ImportError : cannot import name find_spec
    What to do now??? Please help me out……

  9. Seth Samuel Avatar

    Please help me. How can a get a user's username associated with a post when using CreateView?

  10. Hammouda Ramzi Avatar

    I found easy_install but it shows error when i write it ?

  11. MOHIT GUSAIN Avatar

    can i learn xhtml for django framework??

  12. Acrobat 129 Avatar

    tnx u very much.u r a grate teacher.i successfully downloaded python and Django!!

  13. M Raghu Avatar

    ImportError: No module named 'pkg_resources.extern'
    PS C:Usersraghu malangariDesktop> easy_install django
    Traceback (most recent call last):
    File "C:Python34Scriptseasy_install-script.py", line 11, in <module>
    load_entry_point('setuptools==33.1.1', 'console_scripts', 'easy_install')()
    File "C:Python34libsite-packagespkg_resources__init__.py", line 519, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
    File "C:Python34libsite-packagespkg_resources__init__.py", line 2630, in load_entry_point
    return ep.load()
    File "C:Python34libsite-packagespkg_resources__init__.py", line 2310, in load
    return self.resolve()
    File "C:Python34libsite-packagespkg_resources__init__.py", line 2316, in resolve
    module = _import_(self.module_name, fromlist=['__name__'], level=0)
    File "c:python34libsite-packagessetuptools-33.1.1-py3.4.eggsetuptools__init__.py", line 10, in <module>
    File "c:python34libsite-packagessetuptools-33.1.1-py3.4.eggsetuptoolsextern__init__.py", line 1, in <module>

    I am facing the above issue….any one can help ?

  14. Jijo Johny Avatar

    Hey Guys, when I ran the Music app, it's not executing and in my views.py, there is an error which is showed by underlining the "request" in the "index(request)", that says the parameter 'request' value is not used. Can someone help me. Below are the codes:

    musicurls.py
    from django.http import HttpResponse

    def index(request):
    return HttpResponse("<h1>This is Music App Page")

    websiteurls.py
    from django.conf.urls import include, url
    from django.contrib import admin

    urlpatterns = [
    url(r'^admin/', admin.site.urls),
    url(r'^music/', include('music.urls')),
    ]

    views.py (In music folder)
    from django.http import HttpResponse

    def index(request):
    return HttpResponse("<h1>This is Music App Page")

    Can Someone help?

  15. RENDLA ADITYA 16110137 Avatar

    when I type python –version command, I receive an error saying "the term python is not recognized". Can you please clarify this

  16. ar pori Avatar

    am i write django in python IDLE

  17. Muhammad Sanwarul Islam Avatar

    is it work for django 1.11

  18. RagHelen Avatar

    It doesn't work with all that easy_install, of course. Use python -m pip install Django==1.11.3 (get the latest version here: https://www.djangoproject.com/download/).

  19. Bavishi Hardik Avatar

    i have already set path for java…i cant change it…what i should do???

Leave a Reply

Your email address will not be published. Required fields are marked *