Skip to content

Smithmayowa20/seedstar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Jenkins_API

Jenkins (http://jenkins-ci.org/) is a open source continuous integration server.

Create a script, in Python, that uses Jenkins' API to get a list of jobs and their status from a given jenkins instance. The status for each job should be stored in an sqlite database along with the time for when it was checked.

Userlist

Make an application which stores names and email addresses in a database (SQLite is fine). a) Has welcome page in http://localhost/ - this page has links to list and create functions b) Lists all stored names / email address in http://localhost/list c) Adds a name / email address to the database in http://localhost/add - should validate input and show errors

This is a django based application so please make sure you use correctly all of django infrastructure (form, template inheritance, ORM). Also make sure the app does not have major security problems: CSRF, XSS, SQL Injection.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published