- This is a REST API that provides the content for pattymdesigns.com.
- It requires an API token which is enforced per view
- The versioning is done manually by adding more sections under app/views, app/serializer, proj/urls.
- The strings are offered in 4 languages: English, Spanish, French, German
- This is the API wrapper app for the three APIs that provide content for pattymdesigns.com.
- pmd_strings
- Flickr
- Blogger (blogspot)
- It serves the API responses without exposing the various API keys on the front end.
export PATH="$PATH:/Users/larrymoiola/Library/Python/3.9/bin"
pipenv shell
pipenv run python manage.py runserver
pipenv install
pipenv install --dev
pipenv graph
cd pmd_editor
pipenv run python manage.py runserver --settings=pmd_editor.settings_local
pipenv run python manage.py migrate --settings=pmd_editor.settings_local
pipenv run python manage.py createsuperuser --settings=pmd_editor.settings_local
pipenv run python manage.py shell --settings=pmd_editor.settings_local