Hi jeff,

I would suggest you looking up the documentation on creating a
database [1] and the following section on how to connect to your
freshly created database from django.

When you get to creating your table, you might want to simply use
django's tools. One of the key feature for developer on tight schedule
is how it manage the database for you. Once it is connected, django
will read your models files, create migration data and update the
database schema accordingly.
All you have to do is running `python manage.py makemigrations` and
`python manage.py migrate`.

If you have any issue following the documentation, don't hesitate to
come back with more question.

If you are new to django, I suggest you do at least one django related
tutorial as suggested by Mudassar.
There is the official tutorial [2] of course, but django girls
tutorial [3] is more beginner friendly


[1] https://docs.djangoproject.com/en/1.10/ref/databases/#creating-your-database
[2] https://docs.djangoproject.com/en/1.10/intro/tutorial01/
[3] http://tutorial.djangogirls.org/en/

2016-08-31 0:23 GMT+02:00 Jeff Goes <goes.jeffjul...@gmail.com>:
> I have little knowledge when it comes to the creation of databases. I would
> like to know if someone can help me set a database for my website step by
> step since I have a deadline due to next month to finish a project that
> requires that kind of knowledge. The idea is to input information on the
> website and save them into an internal database. I already have MySql and
> Sequel Pro installed but don't know how to link them to my website.
>
> I appreciate it.
>
> --
> 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 https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/500d5d57-6c92-4f3e-947d-cfb5d74092d9%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 

Cordialement, Coues Ludovic
+336 148 743 42

-- 
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 https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEuG%2BTboeMKxdnHBPvPL1ks%3DvYzLn5oHyAPFZ%3DaHJQu1uO3cGw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to