Who knows django? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Who knows django?

4th Jan 2017, 4:22 AM
Ankit Kumar
Ankit Kumar - avatar
18 Answers
+ 5
thx all
27th Mar 2017, 9:36 PM
Umut Dalkılıç
Umut Dalkılıç - avatar
+ 4
virtualenv and virtualenvwrapper provide a dedicated environment for each Django project you create. While not mandatory, this is considered a best practice and will save you time in the future when you’re ready to deploy your project. Simply type: 1 - pip install virtualenvwrapper - win Then create the virtual environment for your project 2 - mkvirtualenv myproject The virtual environment will be activated automatically and you’ll see “(myproject)” next to the command prompt to designate that. If you start a new command prompt, you’ll need to activate the environment again using: 3 - workon myproject 4 - pip install django If you plan to use Django’s database API functionality, you’ll need to make sure a database server is running. Django supports many different database servers and is officially supported with PostgreSQL , MySQL, Oracle and SQLite. If you’re using MySQL, you’ll need a DB API driver like mysqlclient Just run the wamp server with the SQL data base and code on!
5th Jan 2017, 4:51 PM
Given
Given - avatar
+ 3
I Do. I Know Django & Django CMS
5th Jan 2017, 4:27 PM
Given
Given - avatar
+ 3
Are you using Windows, Linux or a mac?
5th Jan 2017, 4:33 PM
Given
Given - avatar
+ 3
Do you want to you want to deploy it on a virtualenv or on your system's env?
5th Jan 2017, 4:36 PM
Given
Given - avatar
+ 3
Thanks for sharing. Just learned something new and cool
6th Jan 2017, 2:14 AM
Given
Given - avatar
+ 2
how you deploy django on server?
5th Jan 2017, 4:29 PM
Ankit Kumar
Ankit Kumar - avatar
+ 2
thanks buddy ,sure let me check
6th Jan 2017, 2:31 AM
Ankit Kumar
Ankit Kumar - avatar
+ 1
windows
5th Jan 2017, 4:34 PM
Ankit Kumar
Ankit Kumar - avatar
+ 1
i want to publish on internet
5th Jan 2017, 4:44 PM
Ankit Kumar
Ankit Kumar - avatar
+ 1
Uh....With the internet, I Don't know!...
5th Jan 2017, 4:51 PM
Given
Given - avatar
+ 1
have you heard about pythonanywhere.com
6th Jan 2017, 1:25 AM
Ankit Kumar
Ankit Kumar - avatar
+ 1
No, is it an Online IDE or something?
6th Jan 2017, 1:53 AM
Given
Given - avatar
+ 1
its a same like online computer, in pythonanywhere you can create your own django project and make it live so people can see visit ur website created by using django. its a small version of aws
6th Jan 2017, 1:57 AM
Ankit Kumar
Ankit Kumar - avatar
+ 1
just try once you will fall in love
6th Jan 2017, 2:15 AM
Ankit Kumar
Ankit Kumar - avatar
+ 1
check out my django project its live http://ankitkr.pythonanywhere.com/
6th Jan 2017, 2:15 AM
Ankit Kumar
Ankit Kumar - avatar
+ 1
Wow, Your Pretty Good At Python Huh. Just Saw It And Your Steal Algorithm. Its Quite Impressive. I Even Followed You On Github. Look At My Web-bot on Github and give me some suggestions!
6th Jan 2017, 2:30 AM
Given
Given - avatar
+ 1
Given i saw ur repos, mind blowing work bro. your are vrry good in python too . let be in touch nd make something big using our skills
6th Jan 2017, 4:34 AM
Ankit Kumar
Ankit Kumar - avatar