Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Phrase Demo Application

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

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages