Darkflame Universe Account Manager

This is a quick and simple web application intended for account creation and management for a DLU instance created by Wincent.

Logo by BlasterBuilder.

Run and Install

  • Clone this repository
  • Install requirements.txt
  • Create credentials.py
# credentials.py # Make sure this is a long random string SECRET_KEY = 'long-random-string' # Replace instances of <> with the database credentials DB_URL = 'mysql+pymysql://:@/'