-
Notifications
You must be signed in to change notification settings - Fork 0
Django installation
ozdemir08 edited this page Oct 1, 2016
·
1 revision
-
Download Python version 3.5.
-
Install django using pip. Note that you should have the latest pip version to install django.
pip install django
-
Create a new project in any directory you want.
django-admin startproject mysite
-
To verify your Django project works, run this command in 'mysite' directory.
python manage.py runserver
If your output is like that, then your project works.
Performing system checks...
System check identified no issues (0 silenced).
You have unapplied migrations; your app may not work properly until they are applied.
Run 'python manage.py migrate' to apply them.
September 30, 2016 - 15:50:53
Django version 1.10, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
- Final Milestone Report (22.12.2016)
- Milestone Report 9 (17.11.2016)
- Milestone Report 8 (20.10.2016)
- Internal Milestone 1 (03.11.2016)
- [Büşra Öziş](Büşra Öziş)
- [Mehmet Özdemir](Mehmet Özdemir)
- [Mustafa Doğukan Ocak](Mustafa Doğukan Ocak)
- [Mustafa Erdoğan](Mustafa Erdoğan)
- [Özgür Akyazı](Özgür Akyazı)
- [Sinan Harputluoğlu](Sinan Harputluoğlu)
- [Emrah Küçük](Emrah Küçük)
- [Kaan Bulut Tekelioğlu](Kaan Bulut Tekelioğlu)
###Meeting Minutes (Fall 2016)
- [Meeting 10] (https://github.com/bounswe/bounswe2016group11/wiki/Meeting-1-Fall-2016)
- [Meeting 11] (https://github.com/bounswe/bounswe2016group11/wiki/Meeting-11)
- Milestone Report 1
- Milestone Report 2
- Milestone Report 3
- Milestone Report 4
- Milestone Report 5
- Milestone Report 6
- Milestone Report 7
###Meeting Minutes (Spring 2016)
- [Meeting 1] (https://github.com/bounswe/bounswe2016group11/wiki/Meeting-1)
- [Meeting 2] (https://github.com/bounswe/bounswe2016group11/wiki/Meeting-2)
- [Meeting 3] (https://github.com/bounswe/bounswe2016group11/wiki/Meeting-3)
- [Meeting 4] (https://github.com/bounswe/bounswe2016group11/wiki/Meeting-4)
- [Meeting 5] (https://github.com/bounswe/bounswe2016group11/wiki/Meeting-5)
- [Meeting 6] (https://github.com/bounswe/bounswe2016group11/wiki/Meeting-6)
- [Meeting 7] (https://github.com/bounswe/bounswe2016group11/wiki/Meeting-7)
- [Meeting 8] (https://github.com/bounswe/bounswe2016group11/wiki/Meeting-8)
- [Meeting 9] (https://github.com/bounswe/bounswe2016group11/wiki/Meeting-9)