Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diixo/django-web-app
https://github.com/diixo/django-web-app
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/diixo/django-web-app
- Owner: diixo
- Created: 2024-04-12T03:26:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:39:43.000Z (9 months ago)
- Last Synced: 2024-04-14T00:22:45.394Z (9 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## django-web-app
### Description:
- Django 4.2.8```bash
django-admin startproject core
``````bash
cd core
``````bash
py manage.py startapp app_main
```- Run server:
```bash
py manage.py runserver
```- Start from: **http://127.0.0.1:8000** or **http://localhost:8000/**
- Migrates
```bash
py manage.py migrate
```### References
[goit-web-django-hw](https://github.com/diixo/goit-web-django-hw)