Simple Chat App with Django and Sqlite
in progress...
- install django with
conda install -c anaconda django
orpip install Django
- navigate to the root ChatAppProject directory (where manage.py is located) with
cd path/to/first/ChatAppProject
- type
python manage.py runserver
- navigate to localhost port 8000 and add /ChatApp, for example:
http://127.0.0.1:8000/chatapp
- either create a new user name, or you can log in to
mariya
password123
- enjoy! :)