princekhunt / privateping

PrivatePing is a secure messaging application built on Python's Django framework, providing end-to-end encryption for messages exchanged between users.
https://privateping.bytespot.tech
MIT License
125 stars 30 forks source link

Fix Development Server Warnings and Enhance Project Configuration #7

Closed snipher-marube closed 3 weeks ago

snipher-marube commented 4 weeks ago

Description:

This pull request addresses and resolves several warnings encountered during the development server startup. The changes made improve the overall configuration of the project to ensure a smoother development experience and adherence to Django’s best practices.

Changes Made:

  1. Configured DEFAULT_AUTO_FIELD Setting:
  1. Ensured Existence of Static Directory:

Impact:

Notes:

Summary:

This pull request addresses critical configuration warnings in the Django project, improving the development experience and ensuring adherence to best practices. Please review the changes and merge them if they meet the project standards.

princekhunt commented 4 weeks ago

@snipher-marube Thanks for the pr.

On it...

snipher-marube commented 3 weeks ago

@snipher-marube Thanks for the pr.

On it...

Alright Thank you

princekhunt commented 3 weeks ago

Continuing updation in princekhunt:dev as it required some modification, before it can be merged to main.