Yes you can.
- In Run -> Edit Configurations create new configuration
- [+] / Python
- Name: runserver
- Scrip Path: path_to/manage.py
- Parameters: runserver
Related Contents:
- Unresolved reference issue in PyCharm
- How do I activate a virtualenv inside PyCharm’s terminal?
- Run / Debug a Django application’s UnitTests from the mouse right click context menu in PyCharm Community Edition?
- How to select Python version in PyCharm?
- Pycharm: set environment variable for run manage.py Task
- PyCharm: Unresolved reference with Scapy
- Having Django serve downloadable files
- Why is the PyGame animation is flickering
- Execute code when Django starts ONCE only?
- django MultiValueDictKeyError error, how do I deal with it
- How to override and extend basic Django admin templates?
- Django filter queryset __in for *every* item in list
- How do I run Python code from Sublime Text 2?
- Django Passing Custom Form Parameters to Formset
- Django – Login with Email
- Render HTML to PDF in Django site
- In Django, how does one filter a QuerySet with dynamic field lookups?
- Simplify Chained Comparison
- Django SMTPAuthenticationError
- Why do some built-in Python functions only have pass?
- H14 error in heroku – “no web processes running”
- No module named ‘polls.apps.PollsConfigdjango’; Django project tutorial 2
- Why is using thread locals in Django bad?
- Target WSGI script cannot be loaded as Python module
- Where to put Django startup code?
- Django Model Field Default Based Off Another Field in Same Model
- Mac OS X – EnvironmentError: mysql_config not found
- multiple django sites with apache & mod_wsgi
- Best way to make Django’s login_required the default
- Add pygame module in PyCharm IDE
- Django multi tenancy
- ImportError: No module named ‘django.core.urlresolvers’
- difference between filter with multiple arguments and chain filter in django
- Use Conda environment in pycharm
- Order of Serializer Validation in Django REST Framework
- Use only some parts of Django?
- django-filter use paginations
- How to filter objects for count annotation in Django?
- Django override save for model only in some cases?
- How PyCharm imports differently than system command prompt (Windows)
- django installation: cannot use pip to install django on linux(ubuntu)
- Accepting email address as username in Django
- How can I auto-populate a PDF form in Django/Python? [closed]
- How to set ForeignKey in CreateView?
- How to configure Python Kivy for PyCharm on Windows?
- How do I use Django templates without the rest of Django?
- Django: adding an “Add new” button for a ForeignKey in a ModelForm
- How to perform OR condition in django queryset?
- Override a form in Django admin
- Import statement works on PyCharm but not from terminal