https://github.com/zemfrog/zemfrog-resetdb
Command to reset the database for zemfrog
https://github.com/zemfrog/zemfrog-resetdb
zemfrog
Last synced: 10 months ago
JSON representation
Command to reset the database for zemfrog
- Host: GitHub
- URL: https://github.com/zemfrog/zemfrog-resetdb
- Owner: zemfrog
- License: mit
- Created: 2021-03-21T15:51:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T16:19:52.000Z (about 5 years ago)
- Last Synced: 2025-02-07T17:44:45.035Z (over 1 year ago)
- Topics: zemfrog
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
zemfrog-resetdb
===============
Command to reset the database for zemfrog.
Usage
-----
Install it first:
```sh
pip install zemfrog-resetdb
```
Plug it into the `COMMANDS` configuration in your zemfrog application:
```python
COMMANDS = [
"zemfrog_resetdb"
]
```
Now you have installed the `resetdb` command in the application.
```sh
flask resetdb
```