i dont know from where to start my first project on django

40 views
Skip to first unread message

vital...@gmail.com

unread,
May 9, 2017, 4:08:30 PM5/9/17
to Django users
Hi everyone,
My project consists of a web site which allows to manage the reservations of vehicles by customers.
These customers are required to work with these vehicles as drivers 35 hours a week

front office
__During registration on the site the user will have to load documents (pdf, jpeg etc)
__ after confirmation by the admin, the user can electronically sign a contract
 On are:
__ it can save a work schedule for one week (modifiable)
__ there are three reservation ranges per day (8 hours each)
__The availability of reservations will depend on the availability of the vehicles (without possibility of choice)
__ once a vehicle is recovered the driver must make a service in his account indicating the mileage

Back office
__ the admin must view the transmitted documents before validating the registration and then send him a contract to sign electronically
__ Manage Vehicles (Add / Remove)
__ manage availability of vehicles (repairs in garage)
__ Once a vehicle is returned to the park the person who manages the park must do a "vehicle return" indicating the mileage

As I do not have experience in web development I do not know where to start my project, 
Thank you for helping me

Mark Phillips

unread,
May 9, 2017, 9:32:55 PM5/9/17
to django users
Start with the model layer. Use the admin interface to add some dummy data and think about how you want the front facing pages/forms to look and operate. Repeat as needed.

Mark

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5f28d4e3-dd24-46a4-b7d3-e509e1059eca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Lachlan Musicman

unread,
May 9, 2017, 10:39:03 PM5/9/17
to django...@googlegroups.com
A further tip. Your models might be (doesn't have to be):

 - Drivers
 - Cars
 - reservations (a Many to Many relationship with extra fields https://docs.djangoproject.com/en/1.11/topics/db/models/#extra-fields-on-many-to-many-relationships )

cheers
L.

------
"Mission Statement: To provide hope and inspiration for collective action, to build collective power, to achieve collective transformation, rooted in grief and rage but pointed towards vision and dreams."

 - Patrice Cullors, Black Lives Matter founder

vital...@gmail.com

unread,
May 11, 2017, 11:20:12 AM5/11/17
to Django users
Thank you very much, I'll start with that!

vital...@gmail.com

unread,
May 11, 2017, 11:20:12 AM5/11/17
to Django users
yess, thank u for the tip ;)
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
Reply all
Reply to author
Forward
0 new messages