Moved invites manager to its own directory at the root
This commit is contained in:
17
invites-manager/tests/clean.sh
Normal file
17
invites-manager/tests/clean.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Simple test to make sure we can actually remove stuff from mysql
|
||||
# without the whole thing complaining about everything
|
||||
|
||||
|
||||
. ./bin/activate
|
||||
|
||||
export DATABASE_URL=mysql://freechat_dev:password@localhost:3306/freechat
|
||||
export DATABASE_NAME=freechat
|
||||
export DATABASE_PASS=password
|
||||
export DATABASE_USER=freechat_dev
|
||||
export DATABASE_HOST=localhost
|
||||
export DATABASE_PORT=3306
|
||||
|
||||
python invites-routine.py
|
||||
|
||||
Reference in New Issue
Block a user