Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.
/ Zeta Public archive

Zeta is an email classification web-application for 2nd-year SDGP group project.

License

Notifications You must be signed in to change notification settings

Zeta-Mail/Zeta

Repository files navigation

Zeta

Zeta is an email classification web-application for 2nd-year SDGP group project.

Contributors

 Github Zeta Contributors

Contribution Guide

  1. Fork the repository

  2. Clone the repository

git clone https://github.com/<YOUR_USERNAME>/GitHubExperts-LK.github.io
  1. Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example menu. See the guide for the more details Link.
git checkout -b feature/<BRANCH_NAME>
  1. Do your modifications

  2. Stage Changes and commit

git add .
git commit -m "<Commit message>"
  1. Push Changes
git push --set-upstream origin feature/<BRANCH_NAME>
  1. Make a Pull Request. See the guide for more details Link

Use the following documentation for further assistance.


Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Thanks for checking it out.

All documentation is in the "docs" directory and online at https://docs.djangoproject.com/en/stable/. If you're just getting started, here's how we recommend you read the docs:

  • First, read docs/intro/install.txt for instructions on installing Django.

  • Next, work through the tutorials in order (docs/intro/tutorial01.txt, docs/intro/tutorial02.txt, etc.).

  • If you want to set up an actual deployment server, read docs/howto/deployment/index.txt for instructions.

  • You'll probably want to read through the topical guides (in docs/topics) next; from there you can jump to the HOWTOs (in docs/howto) for specific problems, and check out the reference (docs/ref) for gory details.

  • See docs/README for instructions on building an HTML version of the docs.

Docs are updated rigorously. If you find any problems in the docs, or think they should be clarified in any way, please take 30 seconds to fill out a ticket here: https://code.djangoproject.com/newticket

To get more help:

To contribute to Django:

To run Django's test suite:

Supporting the Development of Django

Django's development depends on your contributions.

If you depend on Django, remember to support the Django Software Foundation: https://www.djangoproject.com/fundraising/

About

Zeta is an email classification web-application for 2nd-year SDGP group project.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published