GithubHelp home page GithubHelp logo

stevenzuber / django-crud-example Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 1.01 MB

This is a sample crud app using the Django framework for Python. This is my first Python app so it likely doesn't follow all of the best practices.

Python 1.88% CSS 46.06% HTML 0.31% JavaScript 51.74%
python django

django-crud-example's Introduction

Python CRUD Application with Django

Description

  • This application was developed for a coding challenge, which only specified that it be a full CRUD application written in Python using the Django framework. From the landing page, the user should be able to see the list of items (I went with an Avengers theme because I just saw Captain Marvel last weekend) and include a details page that is pathed to using the field name. The user should also be able to update and delete each Avenger in the list.

  • This is a full stack application, but the front end is fairly simple, with no JavaScript and only basic CSS.

Resources Used

Running the Application Locally

(I developed and ran this on a Mac, so substitute 'python3' for 'python' if you're running this on Windows)

Make sure you have the latest version of Django installed.

Create the database:

python3 manage.py makemigrations
python3 manage.py migrate

Then run the server:

python3 manage.py runserver

Heroku

I've been working to deploy this app on Heroku, but am currently working around errors. Currently, I can't get settings.py to recognize 'import django_heroku', even though I have it installed and it imports with no problems in the python console. Once I resolve this, I'll add the link here.

django-crud-example's People

Contributors

stevenzuber avatar

Stargazers

 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.