Giter Site home page Giter Site logo

redkath / django-crud-webapp-redkath Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cpe-tipqc-community/django-crud-webapp-redkath

0.0 0.0 0.0 312 KB

django-crud-webapp-redKath created by GitHub Classroom

Python 63.36% CSS 3.75% HTML 32.89%

django-crud-webapp-redkath's Introduction

django-crud-webapp-redKath

django-crud-webapp-redKath created by GitHub Classroom

CRUD Application (Create, Read, Update and Delete)

This is a fairly simple CRUD application with added features of:

  • Login Authentication
  • Export to PDF option

The application is an activity log maker. Image of Sample Screenshot of the Application

Users are required to login before able to create an activity log.

Follow these steps to setup the crud_app project:

  1. Clone the repository in your machine.
  2. Create your virtual environment.
  3. Pip install requirements.txt. (For this project, you only have 2 additional packages to install)
  4. Issue a migrate command.
python manage.py migrate
  1. Create your own superuser.
python manage.py createsuperuser
  1. Then issue the makemigrations command.
python manage.py makemigrations crud_app
  1. Lastly, migrate your changes.
python manage.py migrate

If you have not encountered any error in the setup, you can now start the development server by issuing the command:

python manage.py runserver

Once the server is up and running you can now view the project by visiting localhost:8000 in your browser. In this project the default database in django is utilized so you need not any configurations in the database to run it. However, if you prefer to customized your database, you may do so.

Using your credentials as a superuser, you must need to login first before using the app. You can also register a new account if you prefer not to use your superuser accoutn.

After a successful login, you can click the Activity log and start using the CRUD application.

Redkath signing off :

Happy coding everyone! All the love. ๐Ÿ˜๐Ÿ˜Œ

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.