Skip to content

mohammadrezasalehi95/webproject-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webproject-backend

must be installed before running

pip install djangorestframework
pip install markdown       # Markdown support for the browsable API.
pip install django-filter  # Filtering support
pip install python-decouple
pip install coverage
pip install Pillow # library for django ImageField
pip install django-cors-headers
pip install faker # fake data for testing
pip install django-rest-auth
pip install django-allauth
pip install django-model-utils

for seeing coverage of test run following commands:

coverage run --source='.' manage.py test
coverage html
coverage report

although you must create .env file for cofiguring some variable is for your own like google security, email,email password and so

change you must apply to settings.py

*ALLOWED_HOST* you must add your server hostname (or any ip you want to run this project over it)

About

simple sport site backend(with django framework)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages