Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-tf committed Aug 17, 2024
1 parent 90fbc98 commit c02db2c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,23 @@ Before you begin, ensure you have the following installed:
7. Edit the environment variables in `.env` file
8. Finally run
```shell
$ python manage.py runserver
python manage.py runserver
```
_Note:_ SQLite is as the default database

### Pre-Commit Hooks

1. This project uses pre-commit hooks to ensure code quality. To install pre-commit hooks, run the following command:
```shell
pip install pre-commit
pre-commit install
```

2. To run pre-commit hooks manually, run the following command:
```shell
pre-commit run --all-files
```

## Roadmap

- [x] Student Information Access
Expand Down

0 comments on commit c02db2c

Please sign in to comment.