mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Not sure why these aren't in master but here we go! (#34)
* Load webpack only in debug. * Second stab at buildfile. * Move button. * Add new line. * Linting. * Spelling mistake. * Clean up. * Use babel-polyfill. * Updated Configuration Files for Fresh Install
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import csv
|
||||
import json
|
||||
import sys
|
||||
import os
|
||||
|
||||
import requests
|
||||
@@ -12,7 +10,6 @@ from core.models import Membership, Payment
|
||||
from registration.models import Member
|
||||
|
||||
|
||||
|
||||
def email_generator():
|
||||
url = 'http://randomword.setgetgo.com/get.php'
|
||||
local = []
|
||||
|
||||
Reference in New Issue
Block a user