Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • django-test ... Django sudo pip install django # Create an empty project named test_project django-admin.py startproject test_project # Launch ... .py syncdb # Create a polls application inside the test_project project ./manage.py startapp polls # Create the polls data ...
  • django-kitsune ... command by running ``crontab`` command:: * * * * * /path/to/your/project/manage.py kitsune_cron Every minute cron will run ... management.commands package of an app within your project. Add a custom renderer --------------------- Renderers are in charge ...
  • Sinatra-Redirected-Project A project to frame sites within a domain ==========================Sinatra Redirecter========================== A simple Sinatra app that lets you manage the redirects of a domain subfolders to specific urls loading the urls as a iframes, and saving or ...
  • coffee-script-project-template [Not Maintained!] Build system for CoffeeScript projects compiled with Google's Closure Compiler # CoffeeScript Project Template Project template for client-side JavaScript projects written in CoffeeScript and compiled with Google's [Closure Compiler]( ...
  • autoscalebot ... app_name="autoscalebot", namespace="autoscalebot"), ), ) ``` 4. Add it to your Procfile: ``` autoscaleworker: project/manage.py run_autoscalebot ``` Usage ===== How it works ------------ Autoscalebot requests a heartbeat ...
  • project-alexandria ... to make books in the public domain accessible, beautiful and easy to manage Project Alexandria aims to make books in the public domain accessible, beautiful and easy to manage. Accessible: - file formats for many devices and screen sizes - ...
  • django-project-template ... project_name }} 2. cd {{ project_name }} 3. mkvirtualenv {{ project_name }} 4. pip install -r requirements.txt 5. python manage.py syncdb 6. python manage.py migrate ## INSTALLED APPS {{ brief overview }} ### App 1 {{ notes }} ### App 2 {{ notes }} ...
  • encore-poem ... ```bash fab initial_setup ``` 5. You're set. ```bash cd project ./manage.py runserver ``` Deploying to Heroku, with AWS for ... . I use this set of addons in almost every project ```bash heroku addons:add custom_domains:basic heroku addons:add ...
  • Part-IV-Project ... communicates back to Health Care Provider (Doctor) Part IV Project Title: Secure Patient Smartphone App which communicates back to ... (doctor / hospital). BUSINESS CASE: By being better able to manage patients, it is expected that they will have improved ...
  • django-project-boilerplate ... your repository) production.py (production settings) manage.py (I updated to use settings.local by default) contrib (my personal contrib modules) templates (project wide template dir) tests (custom tests ...