Skip to content

misa-itk/polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django PhraseApp Demo Application

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

This is an exmple application that uses django-phrase to integrate the PhraseApp 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 PhraseApp 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 PhraseApp In-Context-Editor.

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

Further reading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors