An open API service indexing awesome lists of open source software.

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

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
```