https://github.com/arikato111/learn-django
first learning django to writre SSR website and MVT or MVC
https://github.com/arikato111/learn-django
django python3 website
Last synced: 3 months ago
JSON representation
first learning django to writre SSR website and MVT or MVC
- Host: GitHub
- URL: https://github.com/arikato111/learn-django
- Owner: Arikato111
- Created: 2023-07-01T15:03:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T03:43:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T20:22:18.486Z (5 months ago)
- Topics: django, python3, website
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
#
Learn Django
just try to learn Django
I study from [Django Framework | KongRuksiam](https://youtu.be/XLMLveR2BYo)
## Get started
* if using windows change `python3` to `python`
- run command bellow to run server
```bash
python3 script.py dev
```- or run default Django's command.
```bash
python3 manage.py runserver
```## Need to know
- I have created script.py for run more short command. You will found more command at `scripts` in `script.py`
- This project is for learn django and I think I might not have django project for real use case.