Skip to content

this is a repository to host the code of a django application that is responsible for managing, creating, administering users and assigning them respective tasks, updating, deleting them, all the CRUD (PostgreSQL)

Notifications You must be signed in to change notification settings

JFOZ1010/DjangoAuth-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoAuth-CRUD

Home

This is a simple Django project that implements a CRUD (Create, Read, Update, Delete) application with user authentication.

Installation

  1. Clone the repository.

    git clone https://github.com/JFOZ1010/DjangoAuth-CRUD/
  2. Create a virtual environment and activate environment.

    python3 -m venv venv
    MacOs/Linux: ./venv/bin/activate
    Windows: .\venv\bin\activate
  3. Install the requirements.

    pip install -r requirements.txt
  4. Run the server.

    python manage.py runserver

About

this is a repository to host the code of a django application that is responsible for managing, creating, administering users and assigning them respective tasks, updating, deleting them, all the CRUD (PostgreSQL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published