Skip to content

jhonv4sq/crud_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Project: CRUD for Posts with User Authentication

This is a basic Django project that implements a CRUD for posts, where authenticated users can add, edit, and delete posts.

Installation

  1. Install the Dependencies:
     pip install -r requirements.txt
    
  2. Run the Migrations:
     python manage.py makemigrations
     python manage.py migrate
    
  3. Create a Superuser:
     python manage.py createsuperuser
    
  4. Run the Development Server:
     python manage.py runserver
    

About

CRUD Django for posts with user authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors