This project serves as a showcase to demonstrate the capabilities of Django's account management and user authentication
features. Dive in to see practical implementations of user sign-up, login, password management, and other
authentication-related functionalities. This project extends bookmarks project
from Django by Example
- Clone the repository and
cdinto it - Create a virtual environment and activate it
- Install dependencies with
pip install -r requirements.txt - Start docker containers with
docker-compose up -d - Run migrations with python
manage.py migrate - Load sample data with
python manage.py loaddata sample_data.json