Skip to content

AkiiSinghal/BlueZon-Django-based-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

BlueZon-Django-based-Website

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.

Command to run site

  • 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.

Hosting

To host this website on the platform like AWS refer to the below link

ScreenShots

Screenshot (37) Screenshot (38) Screenshot (36) Screenshot (35)