It is PUBG Tournament website which paid matches are organised with prize money.
It is a Django based website with full features of admin login for managing the site database and updates.
It also gives the feature of email verification of users.
-
Download the BlueZon folder and open cmd or terminal & Enter into the BlueZon folder.
-
Install Django in your system.
- pip install Django
-
Enter into BlueZon folder.
- cd BlueZon
-
Make Migration by
- python manage.py migrate
- python manage.py makemigrations
-
Add login admin user
- py manage.py createsuperuser
- Now enter your user name, email and password
- Note: The Password will not be visible to you so enter it correctly.
-
Run the server
- py manage.py runserver
-
Open Browser and type 127.0.0.1:8000 to open your site
-
You can also open the admin potal by opening 127.0.0.1:8000/admin and using user admin user id.
-
To activate email verification like features edit setting.py
- Change the email id and password in 129 and 130 line respectively.
To host this website on the platform like AWS refer to the below link