A crowd-sourced online sports dictionary written using the Django web framework
🏈 🏸 ⚾ 🏀 🎱 🎳 🥊 ♟️ 🤼♂️ 🏏 🚴♂️ 🎣 ⚽ ⛳ 🏒 🏇 ⛸ 🏁 🏉 🛹 🏂 🏊♂️ 🏓 🎾 🥏 🏐
git clone https://github.com/ilyasmohamed/sportsdictionary.gitOn macOS and Linux
python3 -m venv env
source env/bin/activate
pip install -r requirements.txtOn Windows
py -m venv env
env\Scripts\activate
pip install -r requirements.txtpython manage.py makemigrations dictionary accounts --settings=sportsdictionary.settings.testing
python manage.py migrate --settings=sportsdictionary.settings.testing
python manage.py createcachetable --settings=sportsdictionary.settings.testingpython manage.py seeddb --settings=sportsdictionary.settings.testingpython manage.py runserver --settings=sportsdictionary.settings.testingUsername: testuser
Password: wy3MW5
