Opened 8 years ago
Closed 8 years ago
#26662 closed Uncategorized (invalid)
Problems getting started with Django
Reported by: | SharkShark | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.9 |
Severity: | Normal | Keywords: | Noob |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I am just trying to get started with Django, I have experience in programing (mostly writing scripts in R and also Python), but I am completely new to web development.
I have tried out several different tutorials. I but I keep encountering the same problem.
When I use [python manage.py runserver] I have a functional "webpage" that I can visit with my browser, but when I make any changes at all I keep getting "Page not found (404)" errors. I keep getting this problem. I have also made sure that it is not typos by cut-and-pasting the tutorial code directly to the url.py & views.py files. Not even this works for me.
Has anyone else encountered similar problems? Any tips for just getting Django
I am using Python 3.5.1 :: Anaconda 4.0.0 (64-bit), on Windows 7 (64-bit).
The last tutorial I tried was https://docs.djangoproject.com/en/1.9/intro/tutorial01/
Please see TicketClosingReasons/UseSupportChannels for ways to get help.