An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


django
Python

#

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.