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

https://github.com/zinmyoswe/meta-django-web-framework-project

Meta Django Web Framework project
https://github.com/zinmyoswe/meta-django-web-framework-project

Last synced: about 2 months ago
JSON representation

Meta Django Web Framework project

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue) ![](https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=django&logoColor=green) ![](https://img.shields.io/badge/SQLite-07405E?style=for-the-badge&logo=sqlite&logoColor=white)

# Meta - Django Web Framework

![Screenshot_2023-01-15_15-48-56](https://user-images.githubusercontent.com/54184905/212542140-1e131690-3681-4542-a50d-7f3a8d39ae58.png)

```bash
# run

pip install --user virtualenv

python -m virtualenv venv

cd venv\Scripts\activate

pip install -r requirements.txt

python manage.py makemigrations

pip install pillow

python manage.py createsuperuser

python manage.py runserver

```

```bash
# open
http://127.0.0.1:8000/
```

[Course Link](https://www.coursera.org/learn/django-web-framework)