Moved invites manager to its own directory at the root

This commit is contained in:
shockrah
2020-08-22 15:51:20 -07:00
parent 016d81b82b
commit afcc03959a
8 changed files with 5 additions and 5 deletions

View 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