Skip to content

A django application for managing the tracking of packages. Created for use by members of the Eternal Realms Minecraft server.

Notifications You must be signed in to change notification settings

ZandercraftGames/WLON-Post

Repository files navigation

WLON-Post

A django application for managing the tracking of packages. Created for use by members of the Eternal Realms Minecraft server.

Setup

  1. Rename the WLONPost/settings.py.example to settings.py and fill in the settings to customize it to your liking.
  2. Install the required dependencies:
pip install -r requirements.txt
  1. Initialize the database and create the cache table:
python manage.py migrate
python manage.py createcachetable
  1. Run the application for the first time:
python manage.py runserver

Congrats! The application is setup and ready!

About

A django application for managing the tracking of packages. Created for use by members of the Eternal Realms Minecraft server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published