Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (35 loc) · 2.03 KB

README.md

File metadata and controls

45 lines (35 loc) · 2.03 KB

MinecraftServerPage

Repo for minecraft server who needs responsive site with a lot of functionality

About

Site is suitable for probably most actual minecraft servers. Functionality like HelpDesk and News on home page etc. would help server owners in managing server & community

Screenshots

https://imgur.com/a/1JCdUw2

Built with

Python HTML css PyCharm Django

Features

  • News on home page
  • HelpDesk for players
  • Ability to Sign Up
  • Responsive design

Setup

  • Clone repository https://github.com/Szczurowsky/MinecraftServerPage
  • Place into Django directory
  • Migrate database
  • Add url to app in main url file. path('', include('Main.urls'))
  • If you want to use tickets than import them to path('tickets/', include('tickets.urls'))
  • Enjoy

To Do

  • Itemshop

Design

MDB Boostrap template(Old one) on free license: https://mdbootstrap.com/general/license/
This too: https://www.bootdey.com/snippets/tagged/ticket

Contact

Feel free to contact me via discord Szczurowsky#2137

MIT © Szczurowsky