Skip to content

Latest commit

 

History

History
80 lines (57 loc) · 2.36 KB

README.md

File metadata and controls

80 lines (57 loc) · 2.36 KB

🛡️ SecureDjango

Django

Python Django License PRs Welcome

A robust and secure web application built with Django.

🚀 Features

  • User authentication and authorization
  • Data encryption at rest and in transit
  • CSRF protection
  • XSS prevention
  • SQL injection safeguards
  • Regular security audits and updates

🛠️ Technologies

Python Django SQLite HTML5

📦 Installation

  1. Clone the repository:
    git clone https://github.com/thisisarnabdas/CSE447.git
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Start the development server:
    python manage.py runserver
    

🔒 Security Best Practices

  • Keep Django and all dependencies up to date
  • Use environment variables for sensitive information
  • Implement strong password policies
  • Enable two-factor authentication
  • Regularly backup your database
  • Monitor your application for unusual activity

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

GPL v3 Logo

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

📞 Contact

Arnab Das - arnab.das@g.bracu.ac.bd

Project Link: https://github.com/thisisarnabdas/CSE447


Made with ❤️ by ARNAB