Re: school website

2014-08-13 Thread Lee Hinde
You might check out: https://github.com/burke-software




On Tue, Aug 12, 2014 at 7:24 AM, ngangsia akumbo  wrote:

> i have a website to build
>
> it will consist of 4 groups
> students, staff, parents and courses
>
> students will have the following
> profile
> update
> delete
> access courses
> student will only access the course they registered in
>
> staffs will be able to just update information
>
> parents
> will have profile, update, delete,  profile access information
>
> course \
> out line of all courses
> only courses registered can be access bu that student
>
> student should also be able to send messages to each other
>
> i have never done this kid of project, i some guideline on how to go about
> with this
>
> thanks for sincere response
>
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BePoMx0LYObGA%2BrLqMJaaY6%3Dv0vTJbs_vRtzwr0c5ke9xDi3A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: school website

2014-08-13 Thread Scot Hacker
On Tuesday, August 12, 2014 6:46:40 AM UTC-7, ngangsia akumbo wrote:
>
> PLease i have a small question. I just need some guidance
>

Django is a great choice for school portals/intranets, and can accomplish 
everything you describe (I've built several of them, but can't make the 
source available, sorry). However, you have not asked any specific 
questions. You just need to start with the tutorials, read Django books, 
use StackOverflow and this list, etc... basically you need to learn how 
Django works, and the rest will fall into place naturally.  Maybe build a 
small sample/starter project first, then tackle this very large project. 
When you do, start with careful data modeling on paper, figuring out all of 
the intricate data relationships you'll need to describe the school's inner 
workings from an information architecture perspective. If your models are 
solidly defined, the rest will flow sanely from that. You have a big job in 
front of you.

./s 

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f06a1405-59c6-4081-8fe2-fc192d274e51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: school website

2014-08-12 Thread Carsten Senger
Hi Ngangsia,

Am Dienstag, 12. August 2014 16:24:10 UTC+2 schrieb ngangsia akumbo:
>
> i have a website to build 
>
> it will consist of 4 groups
> students, staff, parents and courses
>
> students will have the following
> profile
> update
> delete
> access courses
> student will only access the course they registered in
>
> staffs will be able to just update information
>
> parents
> will have profile, update, delete,  profile access information
>
> course \
> out line of all courses
> only courses registered can be access bu that student
>
> student should also be able to send messages to each other
>
> i have never done this kid of project, i some guideline on how to go about 
> with this 
>

I'm not sure if it will meet your needs, but there is a software called 
school tool (http://schooltool.org) that is developed to manage schools 
(courses, grades, attendance, ...). It is in active development for several 
years and a solid choice if it does what you want. If you have bigger 
functional requirements you need to develop yourself you should get in 
touch with the school tool folks. School tool is developed with Zope3, so 
custom development will be more complex with not very good documentation, 
especially compared to django.

Cheers,

Carsten Senger

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8d67457a-f500-43cd-9c43-214b14ebfa0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


school website

2014-08-12 Thread ngangsia akumbo
i have a website to build 

it will consist of 4 groups
students, staff, parents and courses

students will have the following
profile
update
delete
access courses
student will only access the course they registered in

staffs will be able to just update information

parents
will have profile, update, delete,  profile access information

course \
out line of all courses
only courses registered can be access bu that student

student should also be able to send messages to each other

i have never done this kid of project, i some guideline on how to go about 
with this 

thanks for sincere response

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c6cbab86-aa6f-4f36-8efe-74b3838aaf79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


school website

2014-08-12 Thread ngangsia akumbo
PLease i have a small question. I just need some guidance

i have a school webiste to build in that site  there will be 4 groups
students, staff , guardiance , and course

students will have student profile

each student will be able to choose just a specific number of courses and 
also have access only to those course he or she choose.

student will create update and change profile with courses

staffs will be able to update information

Parents will be able to update and create profile and even delete their 
content

student will not be able to have acces to staff profile and parent profile 
as well

i need some advice on how i can go about with this using the favourite 
django

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0a028bed-cb79-4af7-ab84-b1341c4cd8fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.