Skip to content

ShevchenkoVlad1/casting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Auditions & Casting

Create venv:

$ python3 -m venv ./venv
$ source .env/bin/activate
$ pip install -r requirements.txt
$ cp .src/app/local_settings.py.example .src/app/local_settings.py

Django:

$ ./src/manage.py runserver
$ ./src/manage.py migrate
$ ./src/manage.py loaddata ./src/casting/fixtures/*.json

Translation:

$ ./src/manage.py makemessages --locale=en --extension html --extension py
$ ./src/manage.py makemessages --locale=ua --extension html --extension py
$ ./src/manage.py compilemessages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published