Skip to content

Commit 463fbd0

Browse files
author
vignesh
committed
First run on full code and working
1 parent ba6ce9a commit 463fbd0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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.
2+
Real Time Chat App is made using Django to communicate with members in Real Time.
33

44
## Prerequisits
55

@@ -26,7 +26,8 @@ pip install -r requirements.txt
2626
```
2727
6. Run the project
2828
```bash
29-
python manage.py
29+
cd DjangoChat
30+
python manage.py runserver
3031
```
3132

3233
## Contributing
@@ -36,4 +37,4 @@ to discuss what you would like to change.
3637

3738
## License
3839

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

Comments
 (0)