Skip to content

aniceto-jolela/django-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 

Repository files navigation

Django authentication crud

For the creation of this website was used:

  • Python as programming language
  • Django Framework to facilitate the rapid development of safe and easy to maintain sites
  • Foundation (The most advanced responsive front-end framework in the world) for design


This web-site is not intended to focus on the <front-end> or <design> its main purpose are:

  • User authentication
  • Limit access
  • Creating privileges
  • Making crud (create, read, updates and delete) of user
  • Using good security practices

💡: A file storage tip has been shared, is located in the Management menu.


This web-site is available in the Github repository, for those who want to study the code or make a fork of the Project be comfortable.


It has another project but simple without image manipulation, simply only authentication and the user record.

Every base structure is already done (the business and blog part) if you want to do the fork or clone to reuse the code and redo a new project is comfortable (Github).

Important

These two projects I have compared with is to help those who are having some problems of certain script in Django.

Version

python 3.12.4

django-5.1.2

pip-24.3.1

db-sqlite3

django-crispy-forms-2.3

crispy-forms-foundation-1.0.2

Pillow-11.0.0

setuptools-75.3.0

Requires

  python -m pip install Pillow

or

  pip install Pillow

    • install Crispy

forms

  pip install django-crispy-forms

foundation

  pip install crispy-forms-foundation

setuptools

  pip install setuptools

URLs: