This is a smile web based game using Django.
Live at : Smile Game
pip install -r requirements.txt
pip freeze outputs a list of all installed Python modules with their versions.
pip freeze > requirements.txt
py manage.py makemigrations
py manage.py migrate
py manage.py runserver
Make sure to start your mysql in xampp before running your application
- Create superuser in django dashboard:
py manage.py createsuperuser
- After creating superuser you can directly login with superuser username and password:
- Superuser can delete and update all the users who have signup in the smile.
Created by Bishow Thapa in Dec 20, 2022