- Create `local_settings.py` file in `smash/smash` directory by copying the template in `smash/smash/local_settings.template` and edit your local_setttings.py file to change your database connection data.
- Create `local_settings.py` file in `smash/smash` directory by copying the template in `smash/smash/local_settings.template` and edit your local_setttings.py file to set `FORCE_2FA = False` and change your database connection data.
### Database configuration
...
...
@@ -91,19 +91,23 @@ After database connection is configured setup a database by applying migration s
./manage.py superworker -u admin -etest@test.lu -f John -l Doe
```
## Development
Remember, that before working you have to activate _virtualenv_ (in project directory), by: