Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Django demo application with Phrase integration

License

Notifications You must be signed in to change notification settings

phrase/django-demo-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-phrase Demo (DEPRECATED)

maintenance-status

This repository for the demo app of Phrase Strings In-Context Editor with django-phrase has been deprecated and is no longer maintained. Pleas refer to the django-phrase repository, where the demo has been moved to and will be maintained.


Introduction

Phrase makes it easy and fast to localize you mobile app or website.

This is an exmple application that uses django-phrase to integrate the Phrase In-Context-Editor with a basic Django application.

Installation

Install the required dependencies::

pip install -r requirements.txt

Apply migrations:

python manage.py migrate

Add your Phrase Project ID to settings.py::

PHRASE_PROJECT_ID = 'PHRASE_PROJECT_ID'

Start the django application::

python manage.py runserver

That's it! You should now be able to see the demo application with the integrated Phrase In-Context-Editor.

Browse to localhost:8000/polls to see the editor in action.

Further reading

Get help / support

Please contact [email protected] and we can take more direct action toward finding a solution.

About

Django demo application with Phrase integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published