You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example is provided as a convenience feature to allow potential users to try the app straight from the app repo without having to create a django project.
It can also be used to develop the app in place.
To run this example, follow these instructions:
Navigate to the directory with this README
Create virtualenv - Optional
virtualenv venv -p python3.9
source venv/bin/activate
# venv\Scripts\activate on Windows
##Example Project for django_private_chat2
This example is provided as a convenience feature to allow potential users to try the app straight from the app repo without having to create a django project.
It can also be used to develop the app in place.
To run this example, follow these instructions:
pip install -r requirements.txt
Go up a folder
cd ..
Apply migrations
python manage.py runserver
Access from the browser at
http://127.0.0.1:8000
There are two example users: user1 and user2. They have the same password: pa$$word
The text was updated successfully, but these errors were encountered: