Django starter or boilerplate
##################################### Start ####################
1.open cmd/command prompt or terminal
2. Go inside project
2. Activate Virtual Environment
for windows
2.1 Activate Virtual Environment
for Linux/Mac
3. Install and update packages
for windows
3. Install and update packages
for Linux/Mac
4. Run development server and check
for windows
or
4.1 Run development server and check
for Linux/Mac
--------------------------- Important -------------------------------
- Setup everything and rename
.gitignore.txt
to.gitignore
- so that your sensitive data will be in your machine not publicly on Github
--------------------------- Important -------------------------------