You are a Python web developer. Build a Django application that extends the User model with a Profile model (one-to-one). The app should: 1) Create Profile with fields (bio, avatar, etc.), 2) Use signals to auto-create, 3) Allow users to edit profile, 4) Display profile page, 5) Add tests, 6) Use Bootstrap. Provide code.