Skip to content

Repository files navigation

Full Stack Django Development

Django Python

This Full Stack Django Project includes 7 applications covering various aspects of web development with Django.

Applications

🕰️ Current Date and Time Application

This Django application displays the current date and time on the server.

⏳ Four Hours Ahead and Before Application

This Django application displays the date and time four hours ahead and four hours before the current date and time on the server.

🍎 Fruits and Students Application

This Django application displays an unordered list of fruits and an ordered list of selected students for an event.

🏡 Layout Inherits Application

This Django application demonstrates how to create a base layout with a header (containing a navigation menu) and a footer with copyright and developer information. It also includes three additional pages (Contact Us, About Us, and Home) that inherit the base layout.

👨‍🎓 Student Enrollment Application

This Django application performs student registration for a course. It displays a list of students registered for a selected course. The application uses models for students and courses, with an enrollment relationship defined as a ManyToMany field.

📄 CSV and PDF Generation Application

This Django application generates CSV and PDF files for any models created in the previous applications.

🌐 Student Enrollment with AJAX Application

This Django application provides a registration page for student enrollment without page refresh using AJAX.

Getting Started

  1. Clone the repository or download the project files from GitHub.
  2. Navigate to the project directory: cd full-stack-django-project
  3. Install the required dependencies: pip install -r requirements.txt
  4. Run the Django development server: python manage.py runserver

Now you can access the applications by visiting the appropriate URLs in your web browser (e.g., http://127.0.0.1:8000/ for the Home Page).

Please note that some applications may require additional setup or configuration, such as creating a database and running migrations. Refer to the application-specific documentation for more details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages