Skip to content

uni time table generator with django a full stack framework

Notifications You must be signed in to change notification settings

Raufjatoi/Time_Table_Generator

Repository files navigation

Time Table Generator

University Timetable Generator in Django – a Full Stack Web Framework in Python

Warning

Current Status:
The project is still under work

Important

Add env file:
I didn’t add the environment file, so you should create your own. It’s good practice to keep all dependencies isolated within a project-specific environment. You can create one like this:

#create env file 
python -m venv env
# activate it 
./env/scripts/activate
# and finally after done deactivate 
deactivate  

ER Diagram

Diagram

Note

Features:

  • Nice User Interface
  • SQLite Database for data
  • Groq LLM that generate the timetable logic

Tech Stacks:

  • Django: Python Web Framework
  • SQLite: Lightweight database used in this project
  • Custom Styles: Created custom CSS for the styles; I didn’t use Bootstrap or Materialize. However, feel free to rewrite the code using these frameworks if you prefer 😊.

About

uni time table generator with django a full stack framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published