+ 2
Who knows django?
18 odpowiedzi
+ 5
thx all
+ 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!
+ 3
I Do. I Know Django & Django CMS
+ 3
Are you using Windows, Linux or a mac?
+ 3
Do you want to you want to deploy it on a virtualenv or on your system's env?
+ 3
Thanks for sharing. Just learned something new and cool
+ 2
how you deploy django on server?
+ 2
thanks buddy ,sure let me check
+ 1
windows
+ 1
i want to publish on internet
+ 1
Uh....With the internet, I Don't know!...
+ 1
have you heard about pythonanywhere.com
+ 1
No, is it an Online IDE or something?
+ 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
+ 1
just try once you will fall in love
+ 1
check out my django project its live http://ankitkr.pythonanywhere.com/
+ 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!
+ 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