codingforentrepreneurs / CFE-Blank-ProjectLinks
A blank Django Starter Project that includes Docker support.
☆24Updated 2 years ago
Alternatives and similar repositories for CFE-Blank-Project
Users that are interested in CFE-Blank-Project are comparing it to the libraries listed below
Sorting:
- Learn how to find and work with locations in Django, the Yelp API, and Google Maps api.☆26Updated 8 years ago
- Class Based Views (CBVs) are an important aspect of making Django work better for you. This tutorial series helps you understand how to u…☆25Updated 8 years ago
- Django Authentication Video Tutorial☆70Updated 3 years ago
- Use Django with Docker and Deploy to Heroku.☆14Updated 5 years ago
- Learn how to create an AJAX-powered like button in Django.☆59Updated 7 years ago
- Learn how to create a reusable Comments App for use in any Django Project.☆15Updated 8 years ago
- Read the guide on https://kirr.co/zm6ri8 to see how to implement these.☆15Updated 7 years ago
- Learn to create a reusable email capture component by integrating Django, the Django Rest Framework, and React.js.☆26Updated 6 years ago
- Various notebooks we're working on from either our blog cfe.sh/blog or as general research.☆34Updated 2 years ago
- A Django-powered contact form☆17Updated 6 years ago
- Code examples from the blog post "Advanced Form Rendering with Django Crispy Forms"☆34Updated 6 years ago
- This tutorial series is all about deploying a Python web application on Ubuntu 18.04 LTS.☆46Updated 6 years ago
- Learn to Build Real Time Chat with Django Channels☆55Updated 7 years ago
- Build a Twitter-like web app step-by-step with Django, jQuery, and Bootstrap!☆98Updated 7 years ago
- ☆15Updated 8 years ago
- Section 3 of the Django + Angular + Ionic Course☆23Updated 7 years ago
- Learn how to take a scraped dataset and turn it into Django models using inspectdb. You can also use this method for legacy databases.☆37Updated 4 years ago
- Extending the Srvup Membership project, we build an API using the Django Rest Framework.☆38Updated 10 years ago
- Integrate Elastic Search on a Django project using elasticsearch-dsl elasticsearch-py and django-elasticsearch-dsl☆31Updated 4 years ago
- Email, Username, and Social Authentication made easier.☆29Updated 9 years ago
- Learn about Django views in this reference series. Created using Django 1.10.☆13Updated 8 years ago
- Convert your Django Forms into Asynchronous forms using our guide here: https://kirr.co/r1tsdb☆31Updated 8 years ago
- A Repository for Simple & Straightforward Tests in Django☆15Updated 8 years ago
- A Django book for people with intermediate level Django skills. Inspired by James Bennett's Practical Django projects.☆126Updated 2 years ago
- Turn your python projects into a task master and scheduling genie with the magic of Celery & Redis. This is Time & Tasks 2.☆47Updated 4 years ago
- Django x Docker to Production on Heroku☆40Updated 2 years ago
- Django Forms (and Formsets) make collecting & validating data easy and secure for your web applications.☆23Updated 8 years ago
- In this section, we'll be implementing our Reusable Boto3 Utility (https://cfe.sh/courses/aws/reusable-boto3-utility) to implement secure…☆30Updated 2 years ago
- Use Django with Docker. Related code for the post--->