Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustamovakrom/chatapp
create models
https://github.com/rustamovakrom/chatapp
Last synced: about 2 months ago
JSON representation
create models
- Host: GitHub
- URL: https://github.com/rustamovakrom/chatapp
- Owner: RustamovAkrom
- Created: 2024-04-11T19:57:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-12T06:46:42.000Z (9 months ago)
- Last Synced: 2024-04-12T14:40:10.967Z (9 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Django Project ChatApp
### Run on Shell Windows
---
- Configurations secret keys
1. create ".env" file add django secret key to atribute "SECRET_KEY" example file ".env-example"- Configurations env and install modules
1. ```python -m venv env```
2. ```env\Scripts\activate```
3. ```pip install -r requirements.txt```
- Configurations database and start project
1. ```python manage.py makemigrations```
2. ```python manage.py migrate```
3. ```python manage.py runserver```### Enter Browser url ->
http://127.0.0.1/