We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6ce9a commit 463fbd0Copy full SHA for 463fbd0
README.md
@@ -1,5 +1,5 @@
1
# Real Time Chat with Django
2
-Desktop Cleaner is used to clean and organise your files in separate folders based on the created/downloaded dates.
+Real Time Chat App is made using Django to communicate with members in Real Time.
3
4
## Prerequisits
5
@@ -26,7 +26,8 @@ pip install -r requirements.txt
26
```
27
6. Run the project
28
```bash
29
-python manage.py
+cd DjangoChat
30
+python manage.py runserver
31
32
33
## Contributing
@@ -36,4 +37,4 @@ to discuss what you would like to change.
36
37
38
## License
39
-[MIT](https://github.com/VigneshVicky97/Desktop_Cleaner?tab=MIT-1-ov-file)
40
+[MIT](https://github.com/VigneshVicky97/Real-Time-Chat-with-Django/blob/main/LICENSE)
0 commit comments