To install the project on Ubuntu 18.04, follow the instructions:
-
Clone the remote repository: git clone git@github.com:edyta555/django_users.git
-
Create a virtual environment: python3 -m venv myvenv
-
Activate the virtual environment: source myvenv/bin/activate
-
Upgrade pip: python3 -m pip install --upgrade pip
-
Enter the project folder: cd django_users
-
Install requirements: pip install -r requirements.txt
-
Migrate: python3 manage.py migrate
-
Run the development server: python3 manage.py runserver
The website should now be available at the address: http://127.0.0.1:8000/main/users/