-
Create and activate a Python virtual environment using Python 3.11:
python3.11 -m venv <virtual-env-path> source <virtual-env-path>/bin/activate # On Windows, use <virtual-env-path>\Scripts\activate
-
Install the required dependencies:
pip install -r requirements-dev.txt
-
Install Git hooks:
pre-commit install pre-commit run -a
-
Create an environment file and edit the settings as needed:
cp .env_template .env
-
Set the following environment variables in the
.env
file:DATABASE_URL= DEBUG=True SECRET_KEY=None # set None to use default secret key provided in settings.py APP_HASH=None # set None to use default APP_HASH provided in settings.py
-
Run Django migrations and start the development server:
./manage.py migrate ./manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 0
License
dimagi/connect-id
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published