Last active
December 27, 2021 21:00
-
-
Save giljr/a9817a1459d790716dbea2cf91a3f5f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ReadMe File - For Django Project + VS Code | |
# Tutorial: https://medium.com/jungletronics/django-mtv-in-vs-code-a5953b09a4fd | |
Django version 4.0 | |
Python 3.9.7 | |
How to use (On Terminal): | |
1- Activate your djangoEnv -> djangoEnv\Scripts\activate | |
2- Change to app folder -> cd first_project | |
3- run server -> python manage.py runserver | |
4- Got To -> localhost:8000 output:[Hello, Django! We've got to home website access!] | |
5- or -> localhost:8000/welcome output:[This is my First Django Welcome Page! Welcome!] | |
System info: | |
Operating system name: -> Microsoft Windows 10 Home Single Language | |
OS version: -> 10.0.19042 N/A compilação 19042 | |
Operating system manufacturer: -> Microsoft Corporation | |
Total physical memory: -> 8.002 MB | |
Latest acess: | |
[27/Dec/2021 15:58:31] "GET /welcome/ HTTP/1.1" 200 46 | |
[27/Dec/2021 15:58:35] "GET / HTTP/1.1" 200 48 | |
version 1.0 | |
author: J3 | |
Date: dec, 2021 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment