Django-CV-Generator
Learn Django with this project! Users can sign in, fill a form for CV details, and get a dynamically generated CV.
Features:
- User Authentication: Sign in to access CV generation (Work in Progress).
- Form Submission: Fill details for CV creation.
- Dynamic CV Generation: Instantly generate CVs.
Technologies:
- Framework: Django
- Styling: Minimal; no CSS
Known Issues:
- Login Functionality: Under development.
Getting Started:
- Clone the repository.
- Install Django with
pip install django
.
- Run the server:
python manage.py runserver
.
Explore Django concepts with this foundational project. Contribute to enhance functionality. Happy coding!