Skip to content

Commit

Permalink
Add explanatory notes
Browse files Browse the repository at this point in the history
  • Loading branch information
1ukastesar authored and peterdragun committed Apr 30, 2023
1 parent b944464 commit 99ec53c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions repository/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ Add the following into `repository/db_migrations.py`:
```
from repository.database.meme_repost import MemeRepost # noqa: F401
```

> That way, the module gets imported on startup and creates the table automatically.
> The `noqa` formula is for `flake8` to ignore seemingly unused import.

0 comments on commit 99ec53c

Please sign in to comment.