https://github.com/lispython/jobboard
Simple board for find or post a programming or design job.
https://github.com/lispython/jobboard
Last synced: about 1 month ago
JSON representation
Simple board for find or post a programming or design job.
- Host: GitHub
- URL: https://github.com/lispython/jobboard
- Owner: Lispython
- Created: 2011-07-26T12:11:54.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-26T12:39:27.000Z (almost 14 years ago)
- Last Synced: 2025-02-10T08:11:20.227Z (3 months ago)
- Homepage: job.obout.ru
- Size: 438 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Simple board for find or post programming or design jobs.
It's use django, mongodb(pymongo), jinja2, WTForms.
#Installation for testing
1. Edit local_settings.py
2. Create virtual enviromvent by ./buildenv.sh
3. ./debug_manage.py or ./manage.sh runserver
4. Profit!