Giter Club home page Giter Club logo

assignment-4-django-data-driven's Introduction

Assignment 4 Django Data Driven Page

Getting a simple page with a form, model, and template building from model working

In this assignment your website needs to do the following:

  • Provide a form
  • Load data on the page from a model
  • Update model from form submission
  • Be creative
  • Be submitted to GitHub correctly
  • You should be able to view the site on your local machine at http://localhost/. For more information on setting up routes in Django, please see the documentation

Submitting Assignment 4

The code should be submitted to your CINS465 on a branch named assignment4, make sure your case is identical for your branch or I may not find/grade your submission. To do this you can do the following in your repo directory, it assumes you want to add all the code in the directory:

git checkout -b assignment4 #create branch and switch to it
git add -A #add all
git commit -m "Assignment 4 Submission" #Commit changes to branch
git push --set-upstream origin assignment4 #Push code up to assignment4 branch on remote

You should have your code setup such that when cloned in your folder it can be run directly via python manage runserver. If you chose to you can containerize your code via docker. If you choose to do this you should have either a docker-compose.yml in your root directory for me to launch your project or a Dockerfile in your root directory I can build a container from.

assignment-4-django-data-driven's People

Contributors

califrench avatar javawolfpack avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.