Skip to content

dem214/switchdeck

Repository files navigation

SwitchDeck

About

Python web application to change little carriges of one famous portable game console.

Getting Started

Prerequisites

For work, project need Python of version 3.7+.

Project can work with SQLite3 and PostgreSQL databases by default. Another databases are acceptable too with additional Python packages (more information in related Django documentation).

For localization compilation project needs GNU gettext.

Installing

  • Setting local environment

DATABASE_URL - full database URL path like postgres://USER:PASSWORD@HOST:PORT/NAME. Instead, it's create SQLite3 server named db.sqlite3 in local directory.

SECRET_KEY - sequence of symbols used by Django in security issues. It's highly recommended to put something there in production.

DEBUG=1 - use this to run project in DEBUG mode. Leave untouched or another value in production mode.

  • Migrating database.
python manage.py migrate
  • Collecting static files.
python manage.py collectstatic
django-admin compilemessages

Built With

Author

Dzmitry Izaitka - Initial works.

License

The license of the project is GNU General Public License - see LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published