All Projects → kogakure → django-kogakure.de

kogakure / django-kogakure.de

Licence: other
Source Code of my Django site kogakure.de

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to django-kogakure.de

hayabusa
Hayabusa (隼) is a sigma-based threat hunting and fast forensics timeline generator for Windows event logs.
Stars: ✭ 908 (+4440%)
Mutual labels:  ninja
stm32-cube-cmake-vscode
STM32, VSCode and CMake detailed tutorial
Stars: ✭ 346 (+1630%)
Mutual labels:  ninja
CornerstoneSDK
面向现代 C++ 的小栗子框架插件开发工具(停止更新,仅支持小栗子v2)
Stars: ✭ 37 (+85%)
Mutual labels:  ninja
ninjaberry
Ninjaberry: Raspberry Pi UI for @bettercap
Stars: ✭ 39 (+95%)
Mutual labels:  ninja
D365FONinjaDevTools
To make of you a Ninja Developer in Dynamics 365 For Finance and Operations
Stars: ✭ 70 (+250%)
Mutual labels:  ninja
Ninja
Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
Stars: ✭ 1,892 (+9360%)
Mutual labels:  ninja
Blade Build
Blade is a powerful build system from Tencent, supports many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
Stars: ✭ 1,722 (+8510%)
Mutual labels:  ninja
CppBuildTasks
Build C++ software with vcpkg and CMake (with CMakeLists.txt or CMakeSettings.json). Samples provided use both self-hosted or Microsoft hosted agent, using Docker and Pipeline Caching as well. The same tasks are available as GitHub actions at https://github.com/lukka/run-cmake https://github.com/lukka/run-vcpkg -=-
Stars: ✭ 26 (+30%)
Mutual labels:  ninja
broom
A disk cleaning utility for developers.
Stars: ✭ 38 (+90%)
Mutual labels:  ninja
CDT-plusplus
Causal Dynamical Triangulations in C++ using CGAL
Stars: ✭ 49 (+145%)
Mutual labels:  ninja
microframeworks-showcase
A simple grocery list webapplication implemented with the Microframeworks Spark Java, Jodd, Ninja, Javalite, Pippo and Ratpack
Stars: ✭ 29 (+45%)
Mutual labels:  ninja
lanceroid
Lancer, Berserker, Ninja Barrage/Punish/HarmoniusBurningBreath Auto Attack Macro
Stars: ✭ 11 (-45%)
Mutual labels:  ninja
invoice-ninja
Invoice Ninja
Stars: ✭ 12 (-40%)
Mutual labels:  ninja
ninja automator
Acquire data with honour and wisdom — using the way of the ninja.
Stars: ✭ 21 (+5%)
Mutual labels:  ninja
get-cmake
Install and Cache latest CMake and ninja executables for your workflows on your GitHub
Stars: ✭ 52 (+160%)
Mutual labels:  ninja
ninjajs
Micro and elegant frontend framework
Stars: ✭ 14 (-30%)
Mutual labels:  ninja
cmake4vim
Vim plugin for CMake projects
Stars: ✭ 89 (+345%)
Mutual labels:  ninja
cxx
🔌 Configuration-free utility for building, testing and packaging executables written in C++. Can auto-detect compilation flags based on includes, via the package system and pkg-config.
Stars: ✭ 87 (+335%)
Mutual labels:  ninja
monitor-ninja
Ninja is Now Just Awesome - a modern web GUI for Naemon
Stars: ✭ 27 (+35%)
Mutual labels:  ninja
Fruit-Ninja-Replica
This is the source code for a Fruit Ninja replica created during a Twitch Livestream.
Stars: ✭ 78 (+290%)
Mutual labels:  ninja

Maintenance

Licence

(ɔ) Copyleft 2007-2008 Stefan Imhoff Licensed under the GNU General Public License, version 3. http://www.gnu.org/copyleft/gpl.txt

This is the source code of http://kogakure.de/. Created by Stefan Imhoff.

About

kogakure.de is a german martial arts magazine founded in 1999. The topic of this website are the Ninja and their martial art Ninjutsu.

Find out more about Ninjutsu today on http://bujinkan.com/. Visit your local dôjô. You won’t regret.

Information & Requirements

It’s my first Django-Projekt. You may use the code and templates for educational purposes or your own projects.

Python Image Library (PIL) is required.

This site uses the Subversion-Trunk at Django 1.0 Final.

Installation

This project has sample data. To install do:

python manage.py syncdb

This creates all database tables in an SQLite database and dumps some data in the tables. It also creates a superuser:

  • User: test
  • Password: test

Syncdb will ask if you would like to create a superuser, choose (no) as the fixture will create a superuser.

Language for the site is german, if you would like to have an english interface change LANGUAGE_CODE = 'de-de' to LANGUAGE_CODE = 'en' in settings.py. To start the server do:

python manage.py runserver

This starts the development server on http://127.0.0.1:8000/

You can visit the website in your browser. To log into the admin interface point your browser to http://127.0.0.1:8000/admin/ and log in with the test user.


„Understand? Good. Play!“

Masaaki Hatsumi, Grandmaster of 9 Ryûha (schools) and Soke (head) of the Bujinkan Budô Dôjô.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].