Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

anuragbhalla/website

Repository files navigation

JsPyConf 2013 Web Sitesi

Kurulum

$ git clone git://github.com/jspyconf/website.git
$ cd website/
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cp settings.py.dist settings.py
$ cp fabenv.py.dist fabenv.py
$ python app.py
$ firefox http://127.0.0.1:5000/

Deployment

Değişiklikleri depoya gönderdikten sonra, Virtualenv içerisindeyken aşağıdaki komutu çalıştırmak yeterli.

$ fab deploy

Çeviriler

Eğer yeni çeviriler eklendiyse:

$ make extract

Yeni çevirilecek kısmları mevcut dillerin messages.po dosyasına eklemek için:

$ make update

Çevirileri yaptıktan sonra derleyip, kullanılabilir hale getirmek için:

$ make compile

extract ve update komutlarını tek seferde çalıştırmak için:

$ make

TODO

  • Uygulamayı daha modüler hale getirmek için blueprints kullanılacak.

Lisans

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published